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