pub enum States0select {
Lfreq3 = 0,
Lfreq7 = 1,
}
Expand description
Debouncer number of states
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for States0select
impl Clone for States0select
Source§fn clone(&self) -> States0select
fn clone(&self) -> States0select
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 States0select
impl Debug for States0select
Source§impl From<States0select> for bool
impl From<States0select> for bool
Source§fn from(variant: States0select) -> Self
fn from(variant: States0select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for States0select
impl PartialEq for States0select
impl Copy for States0select
impl Eq for States0select
impl StructuralPartialEq for States0select
Auto Trait Implementations§
impl Freeze for States0select
impl RefUnwindSafe for States0select
impl Send for States0select
impl Sync for States0select
impl Unpin for States0select
impl UnwindSafe for States0select
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