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