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