#[repr(u8)]
pub enum CP10_A {
    DENIED,
    PRIV,
    FULL,
}Expand description
Access privileges for coprocessor 10
Value on reset: 0
Variants
DENIED
0: Access denied
PRIV
1: Privileged access only
FULL
3: Full access
Trait Implementations
impl Copy for CP10_A
impl StructuralPartialEq for CP10_A
Auto Trait Implementations
impl RefUnwindSafe for CP10_A
impl Send for CP10_A
impl Sync for CP10_A
impl Unpin for CP10_A
impl UnwindSafe for CP10_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more