class DebugUtilsSetPowerStateResult

Defined at line 3053 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DebugUtilsSetPowerStateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 3063 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits