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