pub struct IMR { /* private fields */ }
Expand description
Interrupt mask register (EXTI_IMR)
Implementations§
Auto Trait Implementations§
impl !Freeze for IMR
impl !RefUnwindSafe for IMR
impl Send for IMR
impl !Sync for IMR
impl Unpin for IMR
impl UnwindSafe for IMR
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