Enum amdgpu_sysfs::gpu_handle::PowerStateKind
source · [−]pub enum PowerStateKind {
CoreClock,
MemoryClock,
SOCClock,
FabricClock,
DCEFClock,
PcieSpeed,
}Variants
CoreClock
MemoryClock
SOCClock
FabricClock
DCEFClock
PcieSpeed
Implementations
sourceimpl PowerStateKind
impl PowerStateKind
pub fn to_filename(&self) -> &str
Auto Trait Implementations
impl RefUnwindSafe for PowerStateKind
impl Send for PowerStateKind
impl Sync for PowerStateKind
impl Unpin for PowerStateKind
impl UnwindSafe for PowerStateKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more