Struct embassy_stm32::peripherals::EXTI7
source · pub struct EXTI7 { /* private fields */ }
Expand description
EXTI7 peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EXTI7
impl RefUnwindSafe for EXTI7
impl Send for EXTI7
impl Sync for EXTI7
impl Unpin for EXTI7
impl UnwindSafe for EXTI7
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