class PowerElementProviderGetClockSpeedLevelResponse
Defined at line 2630 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
Public Methods
void PowerElementProviderGetClockSpeedLevelResponse (Storage_ storage)
bool IsEmpty ()
void PowerElementProviderGetClockSpeedLevelResponse ()
Defined at line 2635 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
void PowerElementProviderGetClockSpeedLevelResponse (PowerElementProviderGetClockSpeedLevelResponse && )
Defined at line 2636 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
PowerElementProviderGetClockSpeedLevelResponse & operator= (PowerElementProviderGetClockSpeedLevelResponse && )
Defined at line 2637 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
const std::optional< ::zx::event> & token ()
Required. The fuchsia.power.broker.DependencyToken that must be leased.
::std::optional< ::zx::event> & token ()
Required. The fuchsia.power.broker.DependencyToken that must be leased.
PowerElementProviderGetClockSpeedLevelResponse & token (std::optional< ::zx::event> value)
Required. The fuchsia.power.broker.DependencyToken that must be leased.
const std::optional<uint8_t> & level ()
Required. The level to lease `token` at.
::std::optional<uint8_t> & level ()
Required. The level to lease `token` at.
PowerElementProviderGetClockSpeedLevelResponse & level (std::optional<uint8_t> value)
Required. The level to lease `token` at.
const std::optional<uint64_t> & actual_hz ()
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`.
::std::optional<uint64_t> & actual_hz ()
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`.
PowerElementProviderGetClockSpeedLevelResponse & actual_hz (std::optional<uint64_t> value)
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`.
void PowerElementProviderGetClockSpeedLevelResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits