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