Struct smbioslib::SMBiosType
source · [−]pub struct SMBiosType(pub u8);
Expand description
SMBIOS Structure Type
Each SMBIOS structure has a type number associated with it.
Dereference a structure type (*struct_type) to access its u8 value.
Tuple Fields
0: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SMBiosType
impl Send for SMBiosType
impl Sync for SMBiosType
impl Unpin for SMBiosType
impl UnwindSafe for SMBiosType
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