class EngineReleaseCaptureResult
Defined at line 2031 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 EngineReleaseCaptureResult (EngineReleaseCaptureResult && other)
EngineReleaseCaptureResult & operator= (EngineReleaseCaptureResult && other)
void EngineReleaseCaptureResult (const EngineReleaseCaptureResult & other)
EngineReleaseCaptureResult & operator= (const EngineReleaseCaptureResult & other)
bool operator== (const EngineReleaseCaptureResult & other)
bool operator!= (const EngineReleaseCaptureResult & other)
::fuchsia_hardware_display_engine::EngineReleaseCaptureResult::Tag Which ()
EngineReleaseCaptureResult WithResponse (::fuchsia_hardware_display_engine::EngineReleaseCaptureResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EngineReleaseCaptureResult & response (::fuchsia_hardware_display_engine::EngineReleaseCaptureResponse value)
Sets the union to hold the response member.
EngineReleaseCaptureResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EngineReleaseCaptureResult & err (int32_t value)
Sets the union to hold the err member.
EngineReleaseCaptureResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
EngineReleaseCaptureResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void EngineReleaseCaptureResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 2042 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