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