pub enum CREM_A {
NO,
YES,
}
Expand description
Card Removal
Value on reset: 0
Variants
NO
0: Card state stable or Debouncing
YES
1: Card Removed
Trait Implementations
impl Copy for CREM_A
impl StructuralPartialEq for CREM_A
Auto Trait Implementations
impl RefUnwindSafe for CREM_A
impl Send for CREM_A
impl Sync for CREM_A
impl Unpin for CREM_A
impl UnwindSafe for CREM_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