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