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