class DeviceQueryResult

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

Public Methods

void DeviceQueryResult ()
void ~DeviceQueryResult ()
void DeviceQueryResult (DeviceQueryResult && other)
DeviceQueryResult & operator= (DeviceQueryResult && other)
bool has_invalid_tag ()
bool is_response ()
DeviceQueryResult WithResponse (::fidl::ObjectView< ::fuchsia_gpu_magma::wire::DeviceQueryResponse> val)
template <typename... Args>
DeviceQueryResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)

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

::fuchsia_gpu_magma::wire::DeviceQueryResponse & response ()
const ::fuchsia_gpu_magma::wire::DeviceQueryResponse & response ()
bool is_err ()
DeviceQueryResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::fuchsia_gpu_magma::wire::DeviceQueryResult::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

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