template <>
class WireTableBuilder
Defined at line 2313 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/wire_types.h
Public Methods
template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_gpu_magma::wire::PowerElementProviderGetClockSpeedLevelResponse> & actual_hz (First && first, Args &&... args_)
Required. The target frequency that the level represents. If `allow_max==false' (or
allow_max isn't set) then this must be >= `hz`; otherwise, it can be any value relative
to `hz`.
Defined at line 2328 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/wire_types.h
Friends
template <>
class PowerElementProviderGetClockSpeedLevelResponse