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