Enum smbioslib::CurrentProbeLocation[][src]

pub enum CurrentProbeLocation {
    Other,
    Unknown,
    Processor,
    Disk,
    PeripheralBay,
    SystemManagementModule,
    Motherboard,
    MemoryModule,
    ProcessorModule,
    PowerUnit,
    AddInCard,
    None,
}

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

impl Debug for CurrentProbeLocation[src]

impl Eq for CurrentProbeLocation[src]

impl PartialEq<CurrentProbeLocation> for CurrentProbeLocation[src]

impl StructuralEq for CurrentProbeLocation[src]

impl StructuralPartialEq for CurrentProbeLocation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.