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