pub struct FTSR { /* private fields */ }
Expand description
Falling Trigger selection register (EXTI_FTSR)
Implementations§
Auto Trait Implementations§
impl !Freeze for FTSR
impl !RefUnwindSafe for FTSR
impl Send for FTSR
impl !Sync for FTSR
impl Unpin for FTSR
impl UnwindSafe for FTSR
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