#[repr(transparent)]pub struct Hfxocnt(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Hfxocnt
impl Hfxocnt
Sourcepub const MIN_DEBOUNCE_TIME: Self = _
pub const MIN_DEBOUNCE_TIME: Self = _
Min debounce time = (0*64 us + 0.5 us)
Sourcepub const MAX_DEBOUNCE_TIME: Self = _
pub const MAX_DEBOUNCE_TIME: Self = _
Max debounce time = (254*64 us + 0.5 us)
Sourcepub const DEFAULT_DEBOUNCE_TIME: Self = _
pub const DEFAULT_DEBOUNCE_TIME: Self = _
Default debounce time for erased UICR = 4*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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)