class DeviceGetDdrWindowingResultsResult

Defined at line 481 of file fidling/gen/sdk/fidl/fuchsia.hardware.ram.metrics/fuchsia.hardware.ram.metrics/cpp/fidl/fuchsia.hardware.ram.metrics/cpp/natural_types.h

Public Methods

void DeviceGetDdrWindowingResultsResult (DeviceGetDdrWindowingResultsResult && other)
DeviceGetDdrWindowingResultsResult & operator= (DeviceGetDdrWindowingResultsResult && other)
void DeviceGetDdrWindowingResultsResult (const DeviceGetDdrWindowingResultsResult & other)
DeviceGetDdrWindowingResultsResult & operator= (const DeviceGetDdrWindowingResultsResult & other)
bool operator== (const DeviceGetDdrWindowingResultsResult & other)
bool operator!= (const DeviceGetDdrWindowingResultsResult & other)
::fuchsia_hardware_ram_metrics::DeviceGetDdrWindowingResultsResult::Tag Which ()
DeviceGetDdrWindowingResultsResult WithResponse (::fuchsia_hardware_ram_metrics::DeviceGetDdrWindowingResultsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceGetDdrWindowingResultsResult & response (::fuchsia_hardware_ram_metrics::DeviceGetDdrWindowingResultsResponse value)

Sets the union to hold the response member.

DeviceGetDdrWindowingResultsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceGetDdrWindowingResultsResult & err (int32_t value)

Sets the union to hold the err member.

void DeviceGetDdrWindowingResultsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 489 of file fidling/gen/sdk/fidl/fuchsia.hardware.ram.metrics/fuchsia.hardware.ram.metrics/cpp/fidl/fuchsia.hardware.ram.metrics/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits