#[repr(transparent)]pub struct Rfdr(pub u32);Expand description
IP RX FIFO Data Register x
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rfdr
impl Eq for Rfdr
impl StructuralPartialEq for Rfdr
Auto Trait Implementations§
impl Freeze for Rfdr
impl RefUnwindSafe for Rfdr
impl Send for Rfdr
impl Sync for Rfdr
impl Unpin for Rfdr
impl UnwindSafe for Rfdr
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