Enum smbioslib::ElementType
source · pub enum ElementType {
BaseboardType(BoardTypeData),
SMBiosType(SMBiosType),
}
Expand description
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 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