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