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