#[repr(transparent)]pub struct Smictrl(pub u16);Expand description
SMI Control
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Smictrl
impl Eq for Smictrl
impl StructuralPartialEq for Smictrl
Auto Trait Implementations§
impl Freeze for Smictrl
impl RefUnwindSafe for Smictrl
impl Send for Smictrl
impl Sync for Smictrl
impl Unpin for Smictrl
impl UnwindSafe for Smictrl
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