pub enum ManagementDeviceType {
Show 14 variants
Other,
Unknown,
NationalSemiconductorLM75,
NationalSemiconductorLM78,
NationalSemiconductorLM79,
NationalSemiconductorLM80,
NationalSemiconductorLM81,
AnalogDevicesADM9240,
DallasSemiconductorDS1780,
Maxim1617,
GenesysGL518SM,
WinbondW83781D,
HoltekHT82H791,
None,
}
Expand description
§Management Device - Type
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§
Source§impl Debug for ManagementDeviceType
impl Debug for ManagementDeviceType
Source§impl PartialEq for ManagementDeviceType
impl PartialEq for ManagementDeviceType
Source§impl Serialize for ManagementDeviceType
impl Serialize for ManagementDeviceType
impl Eq for ManagementDeviceType
impl StructuralPartialEq for ManagementDeviceType
Auto Trait Implementations§
impl Freeze for ManagementDeviceType
impl RefUnwindSafe for ManagementDeviceType
impl Send for ManagementDeviceType
impl Sync for ManagementDeviceType
impl Unpin for ManagementDeviceType
impl UnwindSafe for ManagementDeviceType
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