Enum atsamd51j::system_control::ccr::STKALIGN_A   
source · [−]pub enum STKALIGN_A {
    VALUE_0,
    VALUE_1,
}Expand description
Indicates stack alignment on exception entry
Value on reset: 1
Variants
VALUE_0
0: 4-byte aligned
VALUE_1
1: 8-byte aligned
Trait Implementations
sourceimpl Clone for STKALIGN_A
 
impl Clone for STKALIGN_A
sourcefn clone(&self) -> STKALIGN_A
 
fn clone(&self) -> STKALIGN_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 STKALIGN_A
 
impl Debug for STKALIGN_A
sourceimpl From<STKALIGN_A> for bool
 
impl From<STKALIGN_A> for bool
sourcefn from(variant: STKALIGN_A) -> Self
 
fn from(variant: STKALIGN_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<STKALIGN_A> for STKALIGN_A
 
impl PartialEq<STKALIGN_A> for STKALIGN_A
sourcefn eq(&self, other: &STKALIGN_A) -> bool
 
fn eq(&self, other: &STKALIGN_A) -> bool
impl Copy for STKALIGN_A
impl StructuralPartialEq for STKALIGN_A
Auto Trait Implementations
impl RefUnwindSafe for STKALIGN_A
impl Send for STKALIGN_A
impl Sync for STKALIGN_A
impl Unpin for STKALIGN_A
impl UnwindSafe for STKALIGN_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