Struct Rdr
#[repr(transparent)]pub struct Rdr(pub u32);
Expand description
Receive data register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rdr
impl Eq for Rdr
impl StructuralPartialEq for Rdr
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