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