pub struct Hfxocnt(/* private fields */);Implementations§
Source§impl Hfxocnt
impl Hfxocnt
Sourcepub const MinDebounceTime: Self
pub const MinDebounceTime: Self
Min debounce time = (0*64 us + 0.5 us).
Sourcepub const MaxDebounceTime: Self
pub const MaxDebounceTime: Self
Max debounce time = (255*64 us + 0.5 us).
Trait Implementations§
Source§impl Ord for Hfxocnt
impl Ord for Hfxocnt
Source§impl PartialOrd for Hfxocnt
impl PartialOrd for Hfxocnt
impl Copy for Hfxocnt
impl Eq for Hfxocnt
impl StructuralPartialEq for Hfxocnt
Auto Trait Implementations§
impl Freeze for Hfxocnt
impl RefUnwindSafe for Hfxocnt
impl Send for Hfxocnt
impl Sync for Hfxocnt
impl Unpin for Hfxocnt
impl UnwindSafe for Hfxocnt
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