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