Enum smbioslib::CurrentProbeLocation [−][src]
pub enum CurrentProbeLocation { Other, Unknown, Processor, Disk, PeripheralBay, SystemManagementModule, Motherboard, MemoryModule, ProcessorModule, PowerUnit, AddInCard, None, }
Expand description
Variants
Other
Unknown
Processor
Disk
Peripheral Bay
System Management Module
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 CurrentProbeLocation
impl Send for CurrentProbeLocation
impl Sync for CurrentProbeLocation
impl Unpin for CurrentProbeLocation
impl UnwindSafe for CurrentProbeLocation