class ControllerRebindResult

Defined at line 413 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Public Methods

void ControllerRebindResult (ControllerRebindResult && other)
ControllerRebindResult & operator= (ControllerRebindResult && other)
void ControllerRebindResult (const ControllerRebindResult & other)
ControllerRebindResult & operator= (const ControllerRebindResult & other)
bool operator== (const ControllerRebindResult & other)
bool operator!= (const ControllerRebindResult & other)
::fuchsia_device::ControllerRebindResult::Tag Which ()
ControllerRebindResult WithResponse (::fuchsia_device::ControllerRebindResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControllerRebindResult & response (::fuchsia_device::ControllerRebindResponse value)

Sets the union to hold the response member.

ControllerRebindResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControllerRebindResult & err (int32_t value)

Sets the union to hold the err member.

void ControllerRebindResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 421 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits