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