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