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