class VolumeManagerGetInfoResponse
Defined at line 1099 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
Public Methods
void VolumeManagerGetInfoResponse (Storage_ storage)
void VolumeManagerGetInfoResponse (int32_t status, ::fidl::Box< ::fuchsia_storage_block::VolumeManagerInfo> info)
void VolumeManagerGetInfoResponse ()
Default constructs a |VolumeManagerGetInfoResponse| only if all of its members are default constructible.
Defined at line 1109 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
void VolumeManagerGetInfoResponse (VolumeManagerGetInfoResponse && )
Defined at line 1112 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
void VolumeManagerGetInfoResponse (const VolumeManagerGetInfoResponse & other)
VolumeManagerGetInfoResponse & operator= (VolumeManagerGetInfoResponse && )
Defined at line 1113 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
VolumeManagerGetInfoResponse & operator= (const VolumeManagerGetInfoResponse & other)
bool operator== (const VolumeManagerGetInfoResponse & other)
bool operator!= (const VolumeManagerGetInfoResponse & other)
int32_t status ()
int32_t & status ()
VolumeManagerGetInfoResponse & status (int32_t value)
Setter for status.
const ::fidl::Box< ::fuchsia_storage_block::VolumeManagerInfo> & info ()
::fidl::Box< ::fuchsia_storage_block::VolumeManagerInfo> & info ()
VolumeManagerGetInfoResponse & info (::fidl::Box< ::fuchsia_storage_block::VolumeManagerInfo> value)
Setter for info.
void VolumeManagerGetInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits