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
sourceimpl Debug for ElementType
impl Debug for ElementType
sourceimpl From<u8> for ElementType
impl From<u8> for ElementType
sourceimpl Serialize for ElementType
impl Serialize 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more