pub enum WKENCINT_A {
    DISABLE,
    ENABLE,
}Expand description
Wakeup Event Enable on Card Interrupt
Value on reset: 0
Variants
DISABLE
0: Disable
ENABLE
1: Enable
Trait Implementations
sourceimpl Clone for WKENCINT_A
 
impl Clone for WKENCINT_A
sourcefn clone(&self) -> WKENCINT_A
 
fn clone(&self) -> WKENCINT_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 WKENCINT_A
 
impl Debug for WKENCINT_A
sourceimpl From<WKENCINT_A> for bool
 
impl From<WKENCINT_A> for bool
sourcefn from(variant: WKENCINT_A) -> Self
 
fn from(variant: WKENCINT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<WKENCINT_A> for WKENCINT_A
 
impl PartialEq<WKENCINT_A> for WKENCINT_A
sourcefn eq(&self, other: &WKENCINT_A) -> bool
 
fn eq(&self, other: &WKENCINT_A) -> bool
impl Copy for WKENCINT_A
impl StructuralPartialEq for WKENCINT_A
Auto Trait Implementations
impl RefUnwindSafe for WKENCINT_A
impl Send for WKENCINT_A
impl Sync for WKENCINT_A
impl Unpin for WKENCINT_A
impl UnwindSafe for WKENCINT_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