class CoordinatorSetMinimumRgbResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void CoordinatorSetMinimumRgbResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits