Struct Fpr1
#[repr(transparent)]pub struct Fpr1(pub u32);Expand description
EXTI falling edge pending register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Fpr1
impl Eq for Fpr1
impl StructuralPartialEq for Fpr1
Auto Trait Implementations§
impl Freeze for Fpr1
impl RefUnwindSafe for Fpr1
impl Send for Fpr1
impl Sync for Fpr1
impl Unpin for Fpr1
impl UnwindSafe for Fpr1
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