class PowerElementProviderGetClockSpeedLevelRequest
Defined at line 2557 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
Public Methods
void PowerElementProviderGetClockSpeedLevelRequest (Storage_ storage)
void PowerElementProviderGetClockSpeedLevelRequest ()
Defined at line 2562 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
void PowerElementProviderGetClockSpeedLevelRequest (PowerElementProviderGetClockSpeedLevelRequest && )
Defined at line 2563 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
void PowerElementProviderGetClockSpeedLevelRequest (const PowerElementProviderGetClockSpeedLevelRequest & other)
PowerElementProviderGetClockSpeedLevelRequest & operator= (PowerElementProviderGetClockSpeedLevelRequest && )
Defined at line 2564 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_types.h
PowerElementProviderGetClockSpeedLevelRequest & operator= (const PowerElementProviderGetClockSpeedLevelRequest & other)
bool operator== (const PowerElementProviderGetClockSpeedLevelRequest & other)
bool operator!= (const PowerElementProviderGetClockSpeedLevelRequest & other)
bool IsEmpty ()
const std::optional<uint64_t> & hz ()
Required. The target frequency.
::std::optional<uint64_t> & hz ()
Required. The target frequency.
PowerElementProviderGetClockSpeedLevelRequest & hz (std::optional<uint64_t> value)
Required. The target frequency.
const std::optional<bool> & allow_max ()
If true and `hz` is greater than the maximum clock frequency, then the level
corresponding to the greatest supported frequency will be returned. If not true (or not
specified), this call will return `ZX_ERR_OUT_OF_RANGE` if `hz` is greater than the
maximum clock frequency.
::std::optional<bool> & allow_max ()
If true and `hz` is greater than the maximum clock frequency, then the level
corresponding to the greatest supported frequency will be returned. If not true (or not
specified), this call will return `ZX_ERR_OUT_OF_RANGE` if `hz` is greater than the
maximum clock frequency.
PowerElementProviderGetClockSpeedLevelRequest & allow_max (std::optional<bool> value)
If true and `hz` is greater than the maximum clock frequency, then the level
corresponding to the greatest supported frequency will be returned. If not true (or not
specified), this call will return `ZX_ERR_OUT_OF_RANGE` if `hz` is greater than the
maximum clock frequency.
void PowerElementProviderGetClockSpeedLevelRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits