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