pub struct ActiveLow;
Expand description
A reasonable default active-low configuration.
If the debounced pin is polled every 10ms (100Hz), the minimum debounce delay is 40ms.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveLow
impl RefUnwindSafe for ActiveLow
impl Send for ActiveLow
impl Sync for ActiveLow
impl Unpin for ActiveLow
impl UnwindSafe for ActiveLow
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