Enum smbioslib::BoardType[][src]

pub enum BoardType {
    Unknown,
    Other,
    ServerBlade,
    ConnectivitySwitch,
    SystemManagementModule,
    ProcessorModule,
    IOModule,
    MemoryModule,
    Daughterboard,
    Motherboard,
    ProcessorMemoryModule,
    ProcessorIOModule,
    InterconnectBoard,
    None,
}

Variants

Unknown

Unknown

Other

Other

ServerBlade

Server Blade

ConnectivitySwitch

Connectivity Switch

SystemManagementModule

System Management Module

ProcessorModule

Processor Module

IOModule

I/O Module

MemoryModule

Memory Module

Daughterboard

Daughter board

Motherboard

Motherboard (includes processor, memory, and I/O)

ProcessorMemoryModule

Processor/Memory Module

ProcessorIOModule

Processor/IO Module

InterconnectBoard

Interconnect board

None

A value unknown to this standard, check the raw value

Trait Implementations

impl Debug for BoardType[src]

impl Eq for BoardType[src]

impl PartialEq<BoardType> for BoardType[src]

impl StructuralEq for BoardType[src]

impl StructuralPartialEq for BoardType[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.