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 ==.impl Copy for PowerLevelKind
impl Eq for PowerLevelKind
impl StructuralEq for PowerLevelKind
impl StructuralPartialEq for PowerLevelKind
Auto Trait Implementations§
impl RefUnwindSafe for PowerLevelKind
impl Send for PowerLevelKind
impl Sync for PowerLevelKind
impl Unpin for PowerLevelKind
impl UnwindSafe for PowerLevelKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more