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