#[repr(u32)]pub enum FeatureType {
Show 14 variants
SENSORS_FEATURE_IN = 0,
SENSORS_FEATURE_FAN = 1,
SENSORS_FEATURE_TEMP = 2,
SENSORS_FEATURE_POWER = 3,
SENSORS_FEATURE_ENERGY = 4,
SENSORS_FEATURE_CURR = 5,
SENSORS_FEATURE_HUMIDITY = 6,
SENSORS_FEATURE_MAX_MAIN = 7,
SENSORS_FEATURE_VID = 16,
SENSORS_FEATURE_INTRUSION = 17,
SENSORS_FEATURE_MAX_OTHER = 18,
SENSORS_FEATURE_BEEP_ENABLE = 24,
SENSORS_FEATURE_MAX = 25,
SENSORS_FEATURE_UNKNOWN = 2_147_483_647,
}Variants§
SENSORS_FEATURE_IN = 0
SENSORS_FEATURE_FAN = 1
SENSORS_FEATURE_TEMP = 2
SENSORS_FEATURE_POWER = 3
SENSORS_FEATURE_ENERGY = 4
SENSORS_FEATURE_CURR = 5
SENSORS_FEATURE_HUMIDITY = 6
SENSORS_FEATURE_MAX_MAIN = 7
SENSORS_FEATURE_VID = 16
SENSORS_FEATURE_INTRUSION = 17
SENSORS_FEATURE_MAX_OTHER = 18
SENSORS_FEATURE_BEEP_ENABLE = 24
SENSORS_FEATURE_MAX = 25
SENSORS_FEATURE_UNKNOWN = 2_147_483_647
Trait Implementations§
Source§impl Clone for sensors_feature_type
impl Clone for sensors_feature_type
Source§fn clone(&self) -> sensors_feature_type
fn clone(&self) -> sensors_feature_type
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 sensors_feature_type
impl Debug for sensors_feature_type
Source§impl Hash for sensors_feature_type
impl Hash for sensors_feature_type
Source§impl PartialEq for sensors_feature_type
impl PartialEq for sensors_feature_type
impl Copy for sensors_feature_type
impl Eq for sensors_feature_type
impl StructuralPartialEq for sensors_feature_type
Auto Trait Implementations§
impl Freeze for sensors_feature_type
impl RefUnwindSafe for sensors_feature_type
impl Send for sensors_feature_type
impl Sync for sensors_feature_type
impl Unpin for sensors_feature_type
impl UnwindSafe for sensors_feature_type
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