pub struct POPR { /* private fields */ }Expand description
POP RX FIFO Register
Implementations§
Auto Trait Implementations§
impl !Freeze for POPR
impl !RefUnwindSafe for POPR
impl Send for POPR
impl !Sync for POPR
impl Unpin for POPR
impl UnwindSafe for POPR
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