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