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 ElementType
impl Send for ElementType
impl Sync for ElementType
impl Unpin for ElementType
impl UnwindSafe for ElementType