pub struct IMSCR { /* private fields */ }
Expand description
interrupt mask set/clear register
Implementations§
Auto Trait Implementations§
impl !Freeze for IMSCR
impl !RefUnwindSafe for IMSCR
impl Send for IMSCR
impl !Sync for IMSCR
impl Unpin for IMSCR
impl UnwindSafe for IMSCR
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