class EngineApplyConfigurationResult

Defined at line 1284 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 EngineApplyConfigurationResult (EngineApplyConfigurationResult && other)
EngineApplyConfigurationResult & operator= (EngineApplyConfigurationResult && other)
void EngineApplyConfigurationResult (const EngineApplyConfigurationResult & other)
EngineApplyConfigurationResult & operator= (const EngineApplyConfigurationResult & other)
bool operator== (const EngineApplyConfigurationResult & other)
bool operator!= (const EngineApplyConfigurationResult & other)
::fuchsia_hardware_display_engine::EngineApplyConfigurationResult::Tag Which ()
EngineApplyConfigurationResult WithResponse (::fuchsia_hardware_display_engine::EngineApplyConfigurationResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EngineApplyConfigurationResult & response (::fuchsia_hardware_display_engine::EngineApplyConfigurationResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void EngineApplyConfigurationResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1294 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