Struct esp_idf_svc::hal::units::TicksU64
source · pub struct TicksU64(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Div<KiloHertzU64> for TicksU64
impl Div<KiloHertzU64> for TicksU64
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
/
operator.source§fn div(self, rhs: KiloHertzU64) -> <TicksU64 as Div<KiloHertzU64>>::Output
fn div(self, rhs: KiloHertzU64) -> <TicksU64 as Div<KiloHertzU64>>::Output
Performs the
/
operation. Read moresource§impl Div<MegaHertzU64> for TicksU64
impl Div<MegaHertzU64> for TicksU64
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
/
operator.source§fn div(self, rhs: MegaHertzU64) -> <TicksU64 as Div<MegaHertzU64>>::Output
fn div(self, rhs: MegaHertzU64) -> <TicksU64 as Div<MegaHertzU64>>::Output
Performs the
/
operation. Read moresource§impl Ord for TicksU64
impl Ord for TicksU64
source§impl PartialOrd for TicksU64
impl PartialOrd for TicksU64
impl Copy for TicksU64
impl CountU64 for TicksU64
impl Eq for TicksU64
impl Quantity for TicksU64
impl StructuralPartialEq for TicksU64
Auto Trait Implementations§
impl Freeze for TicksU64
impl RefUnwindSafe for TicksU64
impl Send for TicksU64
impl Sync for TicksU64
impl Unpin for TicksU64
impl UnwindSafe for TicksU64
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)