pub enum CurrentProbeLocation {
Other,
Unknown,
Processor,
Disk,
PeripheralBay,
SystemManagementModule,
Motherboard,
MemoryModule,
ProcessorModule,
PowerUnit,
AddInCard,
None,
}
Expand description
§Electrical Current Probe Location
Variants§
Other
Other
Unknown
Unknown
Processor
Processor
Disk
Disk
PeripheralBay
Peripheral Bay
SystemManagementModule
System Management Module
Motherboard
Motherboard
MemoryModule
Memory Module
ProcessorModule
Processor Module
PowerUnit
Power Unit
AddInCard
Add-in Card
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for CurrentProbeLocation
impl Debug for CurrentProbeLocation
Source§impl PartialEq for CurrentProbeLocation
impl PartialEq for CurrentProbeLocation
Source§impl Serialize for CurrentProbeLocation
impl Serialize for CurrentProbeLocation
impl Eq for CurrentProbeLocation
impl StructuralPartialEq for CurrentProbeLocation
Auto Trait Implementations§
impl Freeze for CurrentProbeLocation
impl RefUnwindSafe for CurrentProbeLocation
impl Send for CurrentProbeLocation
impl Sync for CurrentProbeLocation
impl Unpin for CurrentProbeLocation
impl UnwindSafe for CurrentProbeLocation
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