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