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