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

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

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.