Enum smbioslib::CurrentProbeLocation
source · [−]pub enum CurrentProbeLocation {
Other,
Unknown,
Processor,
Disk,
PeripheralBay,
SystemManagementModule,
Motherboard,
MemoryModule,
ProcessorModule,
PowerUnit,
AddInCard,
None,
}
Expand description
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
sourceimpl Debug for CurrentProbeLocation
impl Debug for CurrentProbeLocation
sourceimpl Serialize for CurrentProbeLocation
impl Serialize for CurrentProbeLocation
impl Eq for CurrentProbeLocation
impl StructuralEq for CurrentProbeLocation
impl StructuralPartialEq for CurrentProbeLocation
Auto Trait Implementations
impl RefUnwindSafe for CurrentProbeLocation
impl Send for CurrentProbeLocation
impl Sync for CurrentProbeLocation
impl Unpin for CurrentProbeLocation
impl UnwindSafe for CurrentProbeLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more