pub struct Handle(pub u16);
Expand description
Structure Handle
Each SMBIOS structure has a handle or instance value associated with it. Some structures will reference other structures by using this value.
Dereference a handle (*handle) to access its u16 value.
Tuple Fields
0: u16
Implementations
Trait Implementations
impl Eq for Handle
impl StructuralEq for Handle
impl StructuralPartialEq for Handle
Auto Trait Implementations
impl RefUnwindSafe for Handle
impl Send for Handle
impl Sync for Handle
impl Unpin for Handle
impl UnwindSafe for Handle
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