class DeviceQueryResponse

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

Public Methods

void DeviceQueryResponse (DeviceQueryResponse && other)
DeviceQueryResponse & operator= (DeviceQueryResponse && other)
::fuchsia_gpu_magma::DeviceQueryResponse::Tag Which ()
DeviceQueryResponse WithSimpleResult (uint64_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> simple_result ()
::fidl::internal::UnionMemberView<1, Storage_> simple_result ()
DeviceQueryResponse & simple_result (uint64_t value)

Sets the union to hold the simple_result member.

DeviceQueryResponse WithBufferResult (::zx::vmo val)
const ::fidl::internal::UnionMemberView<2, Storage_> buffer_result ()
::fidl::internal::UnionMemberView<2, Storage_> buffer_result ()
DeviceQueryResponse & buffer_result (::zx::vmo value)

Sets the union to hold the buffer_result member.

void DeviceQueryResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kSimpleResult 1
kBufferResult 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits