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