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