class CoordinatorIsCaptureSupportedResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void CoordinatorIsCaptureSupportedResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits