class VolumeManagerSetPartitionNameResult
Defined at line 1627 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
Public Methods
void VolumeManagerSetPartitionNameResult (VolumeManagerSetPartitionNameResult && other)
VolumeManagerSetPartitionNameResult & operator= (VolumeManagerSetPartitionNameResult && other)
void VolumeManagerSetPartitionNameResult (const VolumeManagerSetPartitionNameResult & other)
VolumeManagerSetPartitionNameResult & operator= (const VolumeManagerSetPartitionNameResult & other)
bool operator== (const VolumeManagerSetPartitionNameResult & other)
bool operator!= (const VolumeManagerSetPartitionNameResult & other)
::fuchsia_storage_block::VolumeManagerSetPartitionNameResult::Tag Which ()
VolumeManagerSetPartitionNameResult WithResponse (::fuchsia_storage_block::VolumeManagerSetPartitionNameResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
VolumeManagerSetPartitionNameResult & response (::fuchsia_storage_block::VolumeManagerSetPartitionNameResponse value)
Sets the union to hold the response member.
VolumeManagerSetPartitionNameResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
VolumeManagerSetPartitionNameResult & err (int32_t value)
Sets the union to hold the err member.
void VolumeManagerSetPartitionNameResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1637 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits