class SdmmcPerformTuningResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SdmmcPerformTuningResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits