class EngineStartCaptureResult
Defined at line 1911 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 EngineStartCaptureResult (EngineStartCaptureResult && other)
EngineStartCaptureResult & operator= (EngineStartCaptureResult && other)
void EngineStartCaptureResult (const EngineStartCaptureResult & other)
EngineStartCaptureResult & operator= (const EngineStartCaptureResult & other)
bool operator== (const EngineStartCaptureResult & other)
bool operator!= (const EngineStartCaptureResult & other)
::fuchsia_hardware_display_engine::EngineStartCaptureResult::Tag Which ()
EngineStartCaptureResult WithResponse (::fuchsia_hardware_display_engine::EngineStartCaptureResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EngineStartCaptureResult & response (::fuchsia_hardware_display_engine::EngineStartCaptureResponse value)
Sets the union to hold the response member.
EngineStartCaptureResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EngineStartCaptureResult & err (int32_t value)
Sets the union to hold the err member.
EngineStartCaptureResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
EngineStartCaptureResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void EngineStartCaptureResult (::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 1922 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