pub enum VoltageProbeLocation {
Other,
Unknown,
Processor,
Disk,
PeripheralBay,
SystemManagementModule,
Motherboard,
MemoryModule,
ProcessorModule,
PowerUnit,
AddInCard,
None,
}
Expand description
§Voltage 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
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for VoltageProbeLocation
impl Debug for VoltageProbeLocation
Source§impl From<u8> for VoltageProbeLocation
impl From<u8> for VoltageProbeLocation
Source§impl PartialEq for VoltageProbeLocation
impl PartialEq for VoltageProbeLocation
Source§impl Serialize for VoltageProbeLocation
impl Serialize for VoltageProbeLocation
impl Eq for VoltageProbeLocation
impl StructuralPartialEq for VoltageProbeLocation
Auto Trait Implementations§
impl Freeze for VoltageProbeLocation
impl RefUnwindSafe for VoltageProbeLocation
impl Send for VoltageProbeLocation
impl Sync for VoltageProbeLocation
impl Unpin for VoltageProbeLocation
impl UnwindSafe for VoltageProbeLocation
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