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 duplicate 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 for PowerLevelKind
impl PartialEq for PowerLevelKind
impl Copy for PowerLevelKind
impl Eq for PowerLevelKind
impl StructuralPartialEq for PowerLevelKind
Auto Trait Implementations§
impl Freeze for PowerLevelKind
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