class AddressSpaceChildDriverAllocateBlockResponse
Defined at line 406 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
Public Methods
void AddressSpaceChildDriverAllocateBlockResponse (Storage_ storage)
void AddressSpaceChildDriverAllocateBlockResponse (int32_t res, uint64_t paddr, ::zx::vmo vmo)
void AddressSpaceChildDriverAllocateBlockResponse ()
Default constructs a |AddressSpaceChildDriverAllocateBlockResponse| only if all of its members are default constructible.
Defined at line 416 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
void AddressSpaceChildDriverAllocateBlockResponse (AddressSpaceChildDriverAllocateBlockResponse && )
Defined at line 419 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
AddressSpaceChildDriverAllocateBlockResponse & operator= (AddressSpaceChildDriverAllocateBlockResponse && )
Defined at line 420 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
int32_t res ()
int32_t & res ()
AddressSpaceChildDriverAllocateBlockResponse & res (int32_t value)
Setter for res.
uint64_t paddr ()
uint64_t & paddr ()
AddressSpaceChildDriverAllocateBlockResponse & paddr (uint64_t value)
Setter for paddr.
const ::zx::vmo & vmo ()
::zx::vmo & vmo ()
AddressSpaceChildDriverAllocateBlockResponse & vmo (::zx::vmo value)
Setter for vmo.
void AddressSpaceChildDriverAllocateBlockResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits