Enum smbioslib::BoardType [−][src]
pub enum BoardType {
Show variants
Unknown,
Other,
ServerBlade,
ConnectivitySwitch,
SystemManagementModule,
ProcessorModule,
IOModule,
MemoryModule,
Daughterboard,
Motherboard,
ProcessorMemoryModule,
ProcessorIOModule,
InterconnectBoard,
None,
}Expand description
Variants
Unknown
Other
Server Blade
Connectivity Switch
System Management Module
Processor Module
I/O Module
Memory Module
Daughter board
Motherboard (includes processor, memory, and I/O)
Processor/Memory Module
Processor/IO Module
Interconnect board
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoardTypeimpl UnwindSafe for BoardType