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