class EngineSetDisplayPowerModeResult

Defined at line 1616 of file fidling/gen/sdk/fidl/fuchsia.hardware.display.engine/fuchsia.hardware.display.engine/cpp/fidl/fuchsia.hardware.display.engine/cpp/natural_types.h

Public Methods

void EngineSetDisplayPowerModeResult (EngineSetDisplayPowerModeResult && other)
EngineSetDisplayPowerModeResult & operator= (EngineSetDisplayPowerModeResult && other)
void EngineSetDisplayPowerModeResult (const EngineSetDisplayPowerModeResult & other)
EngineSetDisplayPowerModeResult & operator= (const EngineSetDisplayPowerModeResult & other)
bool operator== (const EngineSetDisplayPowerModeResult & other)
bool operator!= (const EngineSetDisplayPowerModeResult & other)
::fuchsia_hardware_display_engine::EngineSetDisplayPowerModeResult::Tag Which ()
EngineSetDisplayPowerModeResult WithResponse (::fuchsia_hardware_display_engine::EngineSetDisplayPowerModeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EngineSetDisplayPowerModeResult & response (::fuchsia_hardware_display_engine::EngineSetDisplayPowerModeResponse value)

Sets the union to hold the response member.

EngineSetDisplayPowerModeResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EngineSetDisplayPowerModeResult & err (int32_t value)

Sets the union to hold the err member.

EngineSetDisplayPowerModeResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
EngineSetDisplayPowerModeResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void EngineSetDisplayPowerModeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1627 of file fidling/gen/sdk/fidl/fuchsia.hardware.display.engine/fuchsia.hardware.display.engine/cpp/fidl/fuchsia.hardware.display.engine/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits