Enum smbioslib::TemperatureProbeLocation [−][src]
pub enum TemperatureProbeLocation {
Show variants
Other,
Unknown,
Processor,
Disk,
PeripheralBay,
SystemManagementModule,
Motherboard,
MemoryModule,
ProcessorModule,
PowerUnit,
AddInCard,
FrontPanelBoard,
BackPanelBoard,
PowerSystemBoard,
DriveBackPlane,
None,
}Variants
Other
Unknown
Processor
Disk
Peripheral Bay
System Management Moduel
Motherboard
Memory Module
Processor Module
Power Unit
Add-in Card
Front Panel Board
Back Panel Board
Power System Board
Drive Back Plane
A value unknown to this standard, check the raw value
Trait Implementations
impl Debug for TemperatureProbeLocation[src]
impl Debug for TemperatureProbeLocation[src]impl From<u8> for TemperatureProbeLocation[src]
impl From<u8> for TemperatureProbeLocation[src]impl Serialize for TemperatureProbeLocation[src]
impl Serialize for TemperatureProbeLocation[src]