Enum smbioslib::VoltageProbeLocation [−][src]
pub enum VoltageProbeLocation { Other, Unknown, Processor, Disk, PeripheralBay, SystemManagementModule, Motherboard, MemoryModule, ProcessorModule, PowerUnit, AddInCard, None, }
Expand description
Variants
Other
Unknown
Processor
Disk
Peripheral Bay
System Management Moduel
Motherboard
Memory Module
Processor Module
Power Unit
Add-in Card
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VoltageProbeLocation
impl Send for VoltageProbeLocation
impl Sync for VoltageProbeLocation
impl Unpin for VoltageProbeLocation
impl UnwindSafe for VoltageProbeLocation