pub enum ThrottlerType {
Power,
Current,
Temperature,
Other,
}Expand description
ref: drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
Variants§
Trait Implementations§
Source§impl Clone for ThrottlerType
impl Clone for ThrottlerType
Source§fn clone(&self) -> ThrottlerType
fn clone(&self) -> ThrottlerType
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 ThrottlerType
impl Debug for ThrottlerType
Source§impl Display for ThrottlerType
impl Display for ThrottlerType
Source§impl From<&ThrottlerBit> for ThrottlerType
impl From<&ThrottlerBit> for ThrottlerType
Source§fn from(thr: &ThrottlerBit) -> ThrottlerType
fn from(thr: &ThrottlerBit) -> ThrottlerType
Converts to this type from the input type.
Source§impl From<ThrottlerBit> for ThrottlerType
impl From<ThrottlerBit> for ThrottlerType
Source§fn from(thr: ThrottlerBit) -> ThrottlerType
fn from(thr: ThrottlerBit) -> ThrottlerType
Converts to this type from the input type.
Source§impl Hash for ThrottlerType
impl Hash for ThrottlerType
Source§impl PartialEq for ThrottlerType
impl PartialEq for ThrottlerType
impl Copy for ThrottlerType
impl Eq for ThrottlerType
impl StructuralPartialEq for ThrottlerType
Auto Trait Implementations§
impl Freeze for ThrottlerType
impl RefUnwindSafe for ThrottlerType
impl Send for ThrottlerType
impl Sync for ThrottlerType
impl Unpin for ThrottlerType
impl UnwindSafe for ThrottlerType
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