pub struct Repeat13;Expand description
Detect 13 consecutive logical-high states.
This type should not be used directly. Instead, construct a Debouncer through debounce_13().
Auto Trait Implementations§
impl Freeze for Repeat13
impl RefUnwindSafe for Repeat13
impl Send for Repeat13
impl Sync for Repeat13
impl Unpin for Repeat13
impl UnwindSafe for Repeat13
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