pub enum STATES1_A {
LFREQ3,
LFREQ7,
}
Expand description
Debouncer number of states
Value on reset: 0
Variants
LFREQ3
0: 3 low frequency samples
LFREQ7
1: 7 low frequency samples
Trait Implementations
impl Copy for STATES1_A
impl StructuralPartialEq for STATES1_A
Auto Trait Implementations
impl RefUnwindSafe for STATES1_A
impl Send for STATES1_A
impl Sync for STATES1_A
impl Unpin for STATES1_A
impl UnwindSafe for STATES1_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