Enum atsamd51g::qspi::instrframe::OPTCODELEN_A   
source · [−]#[repr(u8)]
pub enum OPTCODELEN_A {
    _1BIT,
    _2BITS,
    _4BITS,
    _8BITS,
}Expand description
Option Code Length
Value on reset: 0
Variants
_1BIT
0: 1-bit length option code
_2BITS
1: 2-bits length option code
_4BITS
2: 4-bits length option code
_8BITS
3: 8-bits length option code
Trait Implementations
sourceimpl Clone for OPTCODELEN_A
 
impl Clone for OPTCODELEN_A
sourcefn clone(&self) -> OPTCODELEN_A
 
fn clone(&self) -> OPTCODELEN_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for OPTCODELEN_A
 
impl Debug for OPTCODELEN_A
sourceimpl From<OPTCODELEN_A> for u8
 
impl From<OPTCODELEN_A> for u8
sourcefn from(variant: OPTCODELEN_A) -> Self
 
fn from(variant: OPTCODELEN_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<OPTCODELEN_A> for OPTCODELEN_A
 
impl PartialEq<OPTCODELEN_A> for OPTCODELEN_A
sourcefn eq(&self, other: &OPTCODELEN_A) -> bool
 
fn eq(&self, other: &OPTCODELEN_A) -> bool
impl Copy for OPTCODELEN_A
impl StructuralPartialEq for OPTCODELEN_A
Auto Trait Implementations
impl RefUnwindSafe for OPTCODELEN_A
impl Send for OPTCODELEN_A
impl Sync for OPTCODELEN_A
impl Unpin for OPTCODELEN_A
impl UnwindSafe for OPTCODELEN_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