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