Struct esp_idf_svc::hal::units::Ticks
source · pub struct Ticks(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Div<KiloHertzU64> for Ticks
impl Div<KiloHertzU64> for Ticks
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
/
operator.source§fn div(self, rhs: KiloHertzU64) -> <Ticks as Div<KiloHertzU64>>::Output
fn div(self, rhs: KiloHertzU64) -> <Ticks as Div<KiloHertzU64>>::Output
Performs the
/
operation. Read moresource§impl Div<MegaHertzU64> for Ticks
impl Div<MegaHertzU64> for Ticks
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
/
operator.source§fn div(self, rhs: MegaHertzU64) -> <Ticks as Div<MegaHertzU64>>::Output
fn div(self, rhs: MegaHertzU64) -> <Ticks as Div<MegaHertzU64>>::Output
Performs the
/
operation. Read moresource§impl Ord for Ticks
impl Ord for Ticks
source§impl PartialOrd for Ticks
impl PartialOrd for Ticks
impl Copy for Ticks
impl Count for Ticks
impl Eq for Ticks
impl Quantity for Ticks
impl StructuralPartialEq for Ticks
Auto Trait Implementations§
impl Freeze for Ticks
impl RefUnwindSafe for Ticks
impl Send for Ticks
impl Sync for Ticks
impl Unpin for Ticks
impl UnwindSafe for Ticks
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
)