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