template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_gpu_magma::wire::PowerElementProviderSetClockLimitResponse Build ()

Build and return the table. The builder should not be used after this.

bool has_handle ()
void clear_handle ()

Clears the handle field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::zx::eventpair & handle ()

Required. A handle representing this request; the clock limit will be honored as long as

the handle is open.

BuilderImpl & handle (::zx::eventpair elem)

Required. A handle representing this request; the clock limit will be honored as long as

the handle is open.

bool has_actual_hz ()
void clear_actual_hz ()

Clears the actual_hz field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & actual_hz ()

Required. The actual frequency the clock is limited to. This may be more or less than

`hz`.

BuilderImpl & actual_hz (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Required. The actual frequency the clock is limited to. This may be more or less than

`hz`.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_gpu_magma::wire::PowerElementProviderSetClockLimitResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_gpu_magma::wire::PowerElementProviderSetClockLimitResponse>> && frame)

Records