#[repr(u8)]
pub enum CP11_A {
    DENIED,
    PRIV,
    FULL,
}Expand description
Access privileges for coprocessor 11
Value on reset: 0
Variants
DENIED
0: Access denied
PRIV
1: Privileged access only
FULL
3: Full access
Trait Implementations
impl Copy for CP11_A
impl StructuralPartialEq for CP11_A
Auto Trait Implementations
impl RefUnwindSafe for CP11_A
impl Send for CP11_A
impl Sync for CP11_A
impl Unpin for CP11_A
impl UnwindSafe for CP11_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