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