pub enum CARDINS_A {
NO,
YES,
}
Expand description
Card Inserted
Value on reset: 0
Variants
NO
0: Reset or Debouncing or No Card
YES
1: Card inserted
Trait Implementations
impl Copy for CARDINS_A
impl StructuralPartialEq for CARDINS_A
Auto Trait Implementations
impl RefUnwindSafe for CARDINS_A
impl Send for CARDINS_A
impl Sync for CARDINS_A
impl Unpin for CARDINS_A
impl UnwindSafe for CARDINS_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