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