class VolumeManagerSetPartitionNameRequest

Defined at line 1513 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Public Methods

void VolumeManagerSetPartitionNameRequest (Storage_ storage)
void VolumeManagerSetPartitionNameRequest (::fuchsia_storage_block::Guid guid, ::std::string name)
void VolumeManagerSetPartitionNameRequest ()

Default constructs a |VolumeManagerSetPartitionNameRequest| only if all of its members are default constructible.

Defined at line 1523 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

void VolumeManagerSetPartitionNameRequest (VolumeManagerSetPartitionNameRequest && )

Defined at line 1526 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

void VolumeManagerSetPartitionNameRequest (const VolumeManagerSetPartitionNameRequest & other)
VolumeManagerSetPartitionNameRequest & operator= (VolumeManagerSetPartitionNameRequest && )

Defined at line 1527 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

VolumeManagerSetPartitionNameRequest & operator= (const VolumeManagerSetPartitionNameRequest & other)
bool operator== (const VolumeManagerSetPartitionNameRequest & other)
bool operator!= (const VolumeManagerSetPartitionNameRequest & other)
const ::fuchsia_storage_block::Guid & guid ()
::fuchsia_storage_block::Guid & guid ()
VolumeManagerSetPartitionNameRequest & guid (::fuchsia_storage_block::Guid value)

Setter for guid.

const ::std::string & name ()
::std::string & name ()
VolumeManagerSetPartitionNameRequest & name (::std::string value)

Setter for name.

void VolumeManagerSetPartitionNameRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits