pub enum ElementType {
BaseboardType(BoardTypeData),
SMBiosType(SMBiosType),
}
Expand description
§Contained Element Type
Variants§
BaseboardType(BoardTypeData)
SMBIOS Baseboard Type enumeration
SMBiosType(SMBiosType)
SMBIOS structure type enumeration
Trait Implementations§
Source§impl Debug for ElementType
impl Debug for ElementType
Source§impl From<u8> for ElementType
impl From<u8> for ElementType
Auto Trait Implementations§
impl Freeze for ElementType
impl RefUnwindSafe for ElementType
impl Send for ElementType
impl Sync for ElementType
impl Unpin for ElementType
impl UnwindSafe for ElementType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more