#[repr(u8)]pub enum Cp10select {
Denied = 0,
Priv = 1,
Full = 3,
}
Expand description
Access privileges for coprocessor 10
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cp10select
impl Clone for Cp10select
Source§fn clone(&self) -> Cp10select
fn clone(&self) -> Cp10select
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 Cp10select
impl Debug for Cp10select
Source§impl From<Cp10select> for u8
impl From<Cp10select> for u8
Source§fn from(variant: Cp10select) -> Self
fn from(variant: Cp10select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cp10select
impl PartialEq for Cp10select
impl Copy for Cp10select
impl Eq for Cp10select
impl IsEnum for Cp10select
impl StructuralPartialEq for Cp10select
Auto Trait Implementations§
impl Freeze for Cp10select
impl RefUnwindSafe for Cp10select
impl Send for Cp10select
impl Sync for Cp10select
impl Unpin for Cp10select
impl UnwindSafe for Cp10select
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