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 CurrentProbeLocationimpl Send for CurrentProbeLocationimpl Sync for CurrentProbeLocationimpl Unpin for CurrentProbeLocationimpl UnwindSafe for CurrentProbeLocation