pub enum CINT_A {
    NO,
    YES,
}Expand description
Card Interrupt
Value on reset: 0
Variants
NO
0: No Card Interrupt
YES
1: Generate Card Interrupt
Trait Implementations
impl Copy for CINT_A
impl StructuralPartialEq for CINT_A
Auto Trait Implementations
impl RefUnwindSafe for CINT_A
impl Send for CINT_A
impl Sync for CINT_A
impl Unpin for CINT_A
impl UnwindSafe for CINT_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