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