Enum amdgpu_sysfs::gpu_handle::PowerLevelKind
source · pub enum PowerLevelKind {
CoreClock,
MemoryClock,
SOCClock,
FabricClock,
DCEFClock,
PcieSpeed,
}Expand description
Type of a power level.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PowerLevelKind
impl Clone for PowerLevelKind
source§fn clone(&self) -> PowerLevelKind
fn clone(&self) -> PowerLevelKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PowerLevelKind
impl Debug for PowerLevelKind
source§impl Hash for PowerLevelKind
impl Hash for PowerLevelKind
source§impl PartialEq<PowerLevelKind> for PowerLevelKind
impl PartialEq<PowerLevelKind> for PowerLevelKind
source§fn eq(&self, other: &PowerLevelKind) -> bool
fn eq(&self, other: &PowerLevelKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.