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