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