pub struct CPSR { /* private fields */ }
Expand description
Current Position Status Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CPSR
impl !RefUnwindSafe for CPSR
impl Send for CPSR
impl !Sync for CPSR
impl Unpin for CPSR
impl UnwindSafe for CPSR
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