class SdmmcHwResetResult

Defined at line 1415 of file fidling/gen/sdk/fidl/fuchsia.hardware.sdmmc/fuchsia.hardware.sdmmc/cpp/fidl/fuchsia.hardware.sdmmc/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SdmmcHwResetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1423 of file fidling/gen/sdk/fidl/fuchsia.hardware.sdmmc/fuchsia.hardware.sdmmc/cpp/fidl/fuchsia.hardware.sdmmc/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits