pub struct RDR { /* private fields */ }
Expand description
SWPMI Receive data register
Implementations§
Auto Trait Implementations§
impl !Freeze for RDR
impl !RefUnwindSafe for RDR
impl Send for RDR
impl !Sync for RDR
impl Unpin for RDR
impl UnwindSafe for RDR
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