class BusCreateResponse

Defined at line 49 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_types.h

Public Methods

void BusCreateResponse (Storage_ storage)
void BusCreateResponse (int32_t id, ::zx::vmo vmo)
void BusCreateResponse ()

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

Defined at line 60 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_types.h

void BusCreateResponse (BusCreateResponse && )

Defined at line 63 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_types.h

int32_t id ()

Identifies the pipe and must be used for all subsequent commands.

int32_t & id ()

Identifies the pipe and must be used for all subsequent commands.

BusCreateResponse & id (int32_t value)

Identifies the pipe and must be used for all subsequent commands.

BusCreateResponse & operator= (BusCreateResponse && )

Defined at line 64 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_types.h

const ::zx::vmo & vmo ()

The memory that will be used as command structure.

::zx::vmo & vmo ()

The memory that will be used as command structure.

BusCreateResponse & vmo (::zx::vmo value)

The memory that will be used as command structure.

void BusCreateResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits