pub struct CPACR { /* private fields */ }
Expand description
Coprocessor access control register
Implementations§
Auto Trait Implementations§
impl !Freeze for CPACR
impl !RefUnwindSafe for CPACR
impl Send for CPACR
impl !Sync for CPACR
impl Unpin for CPACR
impl UnwindSafe for CPACR
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