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