Struct esp_idf_hal::units::TicksU64
source · pub struct TicksU64(pub LargeValueType);
Tuple Fields§
§0: LargeValueType
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) -> Self::Output
fn div(self, rhs: KiloHertzU64) -> Self::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) -> Self::Output
fn div(self, rhs: MegaHertzU64) -> Self::Output
Performs the
/
operation. Read moresource§impl From<TicksU64> for LargeValueType
impl From<TicksU64> for LargeValueType
source§impl From<u64> for TicksU64
impl From<u64> for TicksU64
source§fn from(x: LargeValueType) -> TicksU64
fn from(x: LargeValueType) -> TicksU64
Converts to this type from the input type.
source§impl Mul<TicksU64> for LargeValueType
impl Mul<TicksU64> for LargeValueType
source§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
)