pub enum Smbios {
File(SmbiosFile),
Type0(SmbiosType0),
Type1(SmbiosType1),
Type2(SmbiosType2),
Type3(SmbiosType3),
Type4(SmbiosType4),
Type8(SmbiosType8),
Type11(SmbiosType11),
Type41(SmbiosType41),
}Variants§
File(SmbiosFile)
Type0(SmbiosType0)
Type1(SmbiosType1)
Type2(SmbiosType2)
Type3(SmbiosType3)
Type4(SmbiosType4)
Type8(SmbiosType8)
Type11(SmbiosType11)
Type41(SmbiosType41)
Trait Implementations§
Source§impl Ord for Smbios
impl Ord for Smbios
Source§impl PartialOrd for Smbios
impl PartialOrd for Smbios
Source§impl ToCommand for Smbios
impl ToCommand for Smbios
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Smbios
impl StructuralPartialEq for Smbios
Auto Trait Implementations§
impl Freeze for Smbios
impl RefUnwindSafe for Smbios
impl Send for Smbios
impl Sync for Smbios
impl Unpin for Smbios
impl UnwindSafe for Smbios
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