pub enum TemperatureProbeLocation {
Show 16 variants
Other,
Unknown,
Processor,
Disk,
PeripheralBay,
SystemManagementModule,
Motherboard,
MemoryModule,
ProcessorModule,
PowerUnit,
AddInCard,
FrontPanelBoard,
BackPanelBoard,
PowerSystemBoard,
DriveBackPlane,
None,
}
Expand description
§Temperature Probe Location
Variants§
Other
Other
Unknown
Unknown
Processor
Processor
Disk
Disk
PeripheralBay
Peripheral Bay
SystemManagementModule
System Management Moduel
Motherboard
Motherboard
MemoryModule
Memory Module
ProcessorModule
Processor Module
PowerUnit
Power Unit
AddInCard
Add-in Card
FrontPanelBoard
Front Panel Board
BackPanelBoard
Back Panel Board
PowerSystemBoard
Power System Board
DriveBackPlane
Drive Back Plane
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for TemperatureProbeLocation
impl Debug for TemperatureProbeLocation
Source§impl From<u8> for TemperatureProbeLocation
impl From<u8> for TemperatureProbeLocation
Source§impl PartialEq for TemperatureProbeLocation
impl PartialEq for TemperatureProbeLocation
Source§impl Serialize for TemperatureProbeLocation
impl Serialize for TemperatureProbeLocation
impl Eq for TemperatureProbeLocation
impl StructuralPartialEq for TemperatureProbeLocation
Auto Trait Implementations§
impl Freeze for TemperatureProbeLocation
impl RefUnwindSafe for TemperatureProbeLocation
impl Send for TemperatureProbeLocation
impl Sync for TemperatureProbeLocation
impl Unpin for TemperatureProbeLocation
impl UnwindSafe for TemperatureProbeLocation
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