class SdmmcSetBusFreqResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SdmmcSetBusFreqResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits