#[repr(u8)]pub enum Cp11select {
Denied = 0,
Priv = 1,
Full = 3,
}
Expand description
Access privileges for coprocessor 11
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cp11select
impl Clone for Cp11select
Source§fn clone(&self) -> Cp11select
fn clone(&self) -> Cp11select
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Cp11select
impl Debug for Cp11select
Source§impl From<Cp11select> for u8
impl From<Cp11select> for u8
Source§fn from(variant: Cp11select) -> Self
fn from(variant: Cp11select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cp11select
impl PartialEq for Cp11select
impl Copy for Cp11select
impl Eq for Cp11select
impl IsEnum for Cp11select
impl StructuralPartialEq for Cp11select
Auto Trait Implementations§
impl Freeze for Cp11select
impl RefUnwindSafe for Cp11select
impl Send for Cp11select
impl Sync for Cp11select
impl Unpin for Cp11select
impl UnwindSafe for Cp11select
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