Enum smbioslib::ManagementDeviceType[][src]

pub enum ManagementDeviceType {
    Other,
    Unknown,
    NationalSemiconductorLM75,
    NationalSemiconductorLM78,
    NationalSemiconductorLM79,
    NationalSemiconductorLM80,
    NationalSemiconductorLM81,
    AnalogDevicesADM9240,
    DallasSemiconductorDS1780,
    Maxim1617,
    GenesysGL518SM,
    WinbondW83781D,
    HoltekHT82H791,
    None,
}

Variants

Other

Other

Unknown

Unknown

NationalSemiconductorLM75

National Semiconductor LM75

NationalSemiconductorLM78

National Semiconductor LM78

NationalSemiconductorLM79

National Semiconductor LM79

NationalSemiconductorLM80

National Semiconductor LM80

NationalSemiconductorLM81

National Semiconductor LM81

AnalogDevicesADM9240

Analog Devices ADM9240

DallasSemiconductorDS1780

Dallas Semiconductor DS1780

Maxim1617

Maxim 1617

GenesysGL518SM

Genesys GL518SM

WinbondW83781D

Winbond W83781D

HoltekHT82H791

Holtek HT82H791

None

A value unknown to this standard, check the raw value

Trait Implementations

impl Debug for ManagementDeviceType[src]

impl Eq for ManagementDeviceType[src]

impl PartialEq<ManagementDeviceType> for ManagementDeviceType[src]

impl StructuralEq for ManagementDeviceType[src]

impl StructuralPartialEq for ManagementDeviceType[src]

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, 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.