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