class PinImplReleaseInterruptResult
Defined at line 1117 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Public Methods
void PinImplReleaseInterruptResult (PinImplReleaseInterruptResult && other)
PinImplReleaseInterruptResult & operator= (PinImplReleaseInterruptResult && other)
void PinImplReleaseInterruptResult (const PinImplReleaseInterruptResult & other)
PinImplReleaseInterruptResult & operator= (const PinImplReleaseInterruptResult & other)
bool operator== (const PinImplReleaseInterruptResult & other)
bool operator!= (const PinImplReleaseInterruptResult & other)
::fuchsia_hardware_pinimpl::PinImplReleaseInterruptResult::Tag Which ()
PinImplReleaseInterruptResult WithResponse (::fuchsia_hardware_pinimpl::PinImplReleaseInterruptResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
PinImplReleaseInterruptResult & response (::fuchsia_hardware_pinimpl::PinImplReleaseInterruptResponse value)
Sets the union to hold the response member.
PinImplReleaseInterruptResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PinImplReleaseInterruptResult & err (int32_t value)
Sets the union to hold the err member.
void PinImplReleaseInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1125 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits