Struct Ftsr1
#[repr(transparent)]pub struct Ftsr1(pub u32);Expand description
EXTI falling trigger selection register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ftsr1
impl Eq for Ftsr1
impl StructuralPartialEq for Ftsr1
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