class PipeReadResponse
Defined at line 2430 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
Public Methods
void PipeReadResponse (Storage_ storage)
void PipeReadResponse (int32_t res, uint64_t actual)
void PipeReadResponse ()
Default constructs a |PipeReadResponse| only if all of its members are default constructible.
Defined at line 2440 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
void PipeReadResponse (PipeReadResponse && )
Defined at line 2443 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
void PipeReadResponse (const PipeReadResponse & other)
PipeReadResponse & operator= (PipeReadResponse && )
Defined at line 2444 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
PipeReadResponse & operator= (const PipeReadResponse & other)
bool operator== (const PipeReadResponse & other)
bool operator!= (const PipeReadResponse & other)
int32_t res ()
int32_t & res ()
PipeReadResponse & res (int32_t value)
Setter for res.
uint64_t actual ()
uint64_t & actual ()
PipeReadResponse & actual (uint64_t value)
Setter for actual.
void PipeReadResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits