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