pub enum States1select {
Lfreq3 = 0,
Lfreq7 = 1,
}
Expand description
Debouncer number of states
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for States1select
impl Clone for States1select
Source§fn clone(&self) -> States1select
fn clone(&self) -> States1select
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for States1select
impl Debug for States1select
Source§impl From<States1select> for bool
impl From<States1select> for bool
Source§fn from(variant: States1select) -> Self
fn from(variant: States1select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for States1select
impl PartialEq for States1select
impl Copy for States1select
impl Eq for States1select
impl StructuralPartialEq for States1select
Auto Trait Implementations§
impl Freeze for States1select
impl RefUnwindSafe for States1select
impl Send for States1select
impl Sync for States1select
impl Unpin for States1select
impl UnwindSafe for States1select
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more