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