class MapperSessionCreateVmoRequest

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

Public Methods

void MapperSessionCreateVmoRequest (Storage_ storage)
void MapperSessionCreateVmoRequest (uint64_t key, uint64_t size, ::fuchsia_storage_block::CreateVmoOptions options)
void MapperSessionCreateVmoRequest ()

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

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

void MapperSessionCreateVmoRequest (MapperSessionCreateVmoRequest && )

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

void MapperSessionCreateVmoRequest (const MapperSessionCreateVmoRequest & other)
uint64_t key ()
uint64_t & key ()
MapperSessionCreateVmoRequest & key (uint64_t value)

Setter for key.

MapperSessionCreateVmoRequest & operator= (MapperSessionCreateVmoRequest && )

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

MapperSessionCreateVmoRequest & operator= (const MapperSessionCreateVmoRequest & other)
bool operator== (const MapperSessionCreateVmoRequest & other)
bool operator!= (const MapperSessionCreateVmoRequest & other)
uint64_t size ()
uint64_t & size ()
MapperSessionCreateVmoRequest & size (uint64_t value)

Setter for size.

::fuchsia_storage_block::CreateVmoOptions options ()
::fuchsia_storage_block::CreateVmoOptions & options ()
MapperSessionCreateVmoRequest & options (::fuchsia_storage_block::CreateVmoOptions value)

Setter for options.

void MapperSessionCreateVmoRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits