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