[][src]Struct libmedium::hwmon::ReadWriteHwmon

pub struct ReadWriteHwmon { /* fields omitted */ }

The read/write variant of Hwmon. It contains all sensors found whithin its directory path.

Trait Implementations

impl Clone for ReadWriteHwmon[src]

impl Debug for ReadWriteHwmon[src]

impl From<ReadWriteHwmon> for ReadOnlyHwmon[src]

impl Hwmon for ReadWriteHwmon[src]

type Current = ReadWriteCurr

The type of current sensor this Hwmon supports.

type Energy = ReadWriteEnergy

The type of energy sensor this Hwmon supports.

type Fan = ReadWriteFan

The type of fan sensor this Hwmon supports.

type Humidity = ReadWriteHumidity

The type of humidity sensor this Hwmon supports.

type Power = ReadWritePower

The type of power sensor this Hwmon supports.

type Pwm = ReadWritePwm

The type of pwm sensor this Hwmon supports.

type Temp = ReadWriteTemp

The type of temp sensor this Hwmon supports.

type Voltage = ReadWriteVolt

The type of voltage sensor this Hwmon supports.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.