Enum sysfuss::HwMonAttributeType
source · pub enum HwMonAttributeType {
In,
Temp,
Fan,
Curr,
}Expand description
Attribute type in the format <type><number>_<item>
Variants§
Trait Implementations§
source§impl Clone for HwMonAttributeType
impl Clone for HwMonAttributeType
source§fn clone(&self) -> HwMonAttributeType
fn clone(&self) -> HwMonAttributeType
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 PartialEq<HwMonAttributeType> for HwMonAttributeType
impl PartialEq<HwMonAttributeType> for HwMonAttributeType
source§fn eq(&self, other: &HwMonAttributeType) -> bool
fn eq(&self, other: &HwMonAttributeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for HwMonAttributeType
impl Eq for HwMonAttributeType
impl StructuralEq for HwMonAttributeType
impl StructuralPartialEq for HwMonAttributeType
Auto Trait Implementations§
impl RefUnwindSafe for HwMonAttributeType
impl Send for HwMonAttributeType
impl Sync for HwMonAttributeType
impl Unpin for HwMonAttributeType
impl UnwindSafe for HwMonAttributeType
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