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