#[repr(u8)]pub enum Dbnctime {
LONG = 0,
SHORT = 1,
}Variants§
LONG = 0
Long debounce time, used for physical connections (100 ms + 2.5 micro-sec)
SHORT = 1
Short debounce time, used for soft connections (2.5 micro-sec)
Implementations§
Trait Implementations§
Source§impl Ord for Dbnctime
impl Ord for Dbnctime
Source§impl PartialOrd for Dbnctime
impl PartialOrd for Dbnctime
impl Copy for Dbnctime
impl Eq for Dbnctime
impl StructuralPartialEq for Dbnctime
Auto Trait Implementations§
impl Freeze for Dbnctime
impl RefUnwindSafe for Dbnctime
impl Send for Dbnctime
impl Sync for Dbnctime
impl Unpin for Dbnctime
impl UnwindSafe for Dbnctime
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)