#[repr(C)]pub struct Rdr { /* private fields */ }
Expand description
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