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