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