pub enum TemperatureProbeLocation {
Show 16 variants
Other,
Unknown,
Processor,
Disk,
PeripheralBay,
SystemManagementModule,
Motherboard,
MemoryModule,
ProcessorModule,
PowerUnit,
AddInCard,
FrontPanelBoard,
BackPanelBoard,
PowerSystemBoard,
DriveBackPlane,
None,
}
Expand description
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
sourceimpl Debug for TemperatureProbeLocation
impl Debug for TemperatureProbeLocation
sourceimpl From<u8> for TemperatureProbeLocation
impl From<u8> for TemperatureProbeLocation
sourceimpl Serialize for TemperatureProbeLocation
impl Serialize for TemperatureProbeLocation
impl Eq for TemperatureProbeLocation
impl StructuralEq for TemperatureProbeLocation
impl StructuralPartialEq for TemperatureProbeLocation
Auto Trait Implementations
impl RefUnwindSafe for TemperatureProbeLocation
impl Send for TemperatureProbeLocation
impl Sync for TemperatureProbeLocation
impl Unpin for TemperatureProbeLocation
impl UnwindSafe for TemperatureProbeLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more