Enum smbioslib::ElementType [−][src]
pub enum ElementType {
BaseboardType(BoardTypeData),
SMBiosType(SMBiosType),
}Expand description
Variants
BaseboardType(BoardTypeData)SMBIOS Baseboard Type enumeration
SMBiosType(SMBiosType)SMBIOS structure type enumeration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ElementTypeimpl Send for ElementTypeimpl Sync for ElementTypeimpl Unpin for ElementTypeimpl UnwindSafe for ElementType