pub struct SWIER { /* private fields */ }
Expand description
Software interrupt event register (EXTI_SWIER)
Implementations§
Auto Trait Implementations§
impl !Freeze for SWIER
impl !RefUnwindSafe for SWIER
impl Send for SWIER
impl !Sync for SWIER
impl Unpin for SWIER
impl UnwindSafe for SWIER
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