pub enum ACMDTEO_AW {
    NO,
    YES,
}Expand description
Force Event for Auto CMD Timeout Error
Value on reset: 0
Variants
NO
0: No Interrupt
YES
1: Interrupt is generated
Trait Implementations
sourceimpl Clone for ACMDTEO_AW
 
impl Clone for ACMDTEO_AW
sourcefn clone(&self) -> ACMDTEO_AW
 
fn clone(&self) -> ACMDTEO_AW
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 ACMDTEO_AW
 
impl Debug for ACMDTEO_AW
sourceimpl From<ACMDTEO_AW> for bool
 
impl From<ACMDTEO_AW> for bool
sourcefn from(variant: ACMDTEO_AW) -> Self
 
fn from(variant: ACMDTEO_AW) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ACMDTEO_AW> for ACMDTEO_AW
 
impl PartialEq<ACMDTEO_AW> for ACMDTEO_AW
sourcefn eq(&self, other: &ACMDTEO_AW) -> bool
 
fn eq(&self, other: &ACMDTEO_AW) -> bool
impl Copy for ACMDTEO_AW
impl StructuralPartialEq for ACMDTEO_AW
Auto Trait Implementations
impl RefUnwindSafe for ACMDTEO_AW
impl Send for ACMDTEO_AW
impl Sync for ACMDTEO_AW
impl Unpin for ACMDTEO_AW
impl UnwindSafe for ACMDTEO_AW
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