[−][src]Struct esp32_hal::units::Ticks
Trait Implementations
impl Add<Ticks> for Ticks
[src]
type Output = Self
The resulting type after applying the +
operator.
fn add(self, rhs: Self) -> Self::Output
[src]
impl Clone for Ticks
[src]
fn clone(&self) -> Ticks
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Ticks
[src]
impl Count for Ticks
[src]
impl Debug for Ticks
[src]
impl Default for Ticks
[src]
impl Display for Ticks
[src]
impl Div<Hertz> for Ticks
[src]
type Output = NanoSeconds
The resulting type after applying the /
operator.
fn div(self, rhs: Hertz) -> Self::Output
[src]
impl Div<HertzU64> for Ticks
[src]
type Output = NanoSecondsU64
The resulting type after applying the /
operator.
fn div(self, rhs: HertzU64) -> Self::Output
[src]
impl Div<KiloHertz> for Ticks
[src]
type Output = NanoSeconds
The resulting type after applying the /
operator.
fn div(self, rhs: KiloHertz) -> Self::Output
[src]
impl Div<KiloHertzU64> for Ticks
[src]
type Output = NanoSecondsU64
The resulting type after applying the /
operator.
fn div(self, rhs: KiloHertzU64) -> Self::Output
[src]
impl Div<MegaHertz> for Ticks
[src]
type Output = NanoSeconds
The resulting type after applying the /
operator.
fn div(self, rhs: MegaHertz) -> Self::Output
[src]
impl Div<MegaHertzU64> for Ticks
[src]
type Output = NanoSecondsU64
The resulting type after applying the /
operator.
fn div(self, rhs: MegaHertzU64) -> Self::Output
[src]
impl Div<Ticks> for Ticks
[src]
type Output = ValueType
The resulting type after applying the /
operator.
fn div(self, rhs: Self) -> Self::Output
[src]
impl Div<u32> for Ticks
[src]
type Output = Self
The resulting type after applying the /
operator.
fn div(self, rhs: ValueType) -> Self::Output
[src]
impl Eq for Ticks
[src]
impl From<Ticks> for ValueType
[src]
impl From<Ticks> for TicksU64
[src]
impl From<u32> for Ticks
[src]
impl Hash for Ticks
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Mul<Ticks> for ValueType
[src]
type Output = Ticks
The resulting type after applying the *
operator.
fn mul(self, rhs: Ticks) -> Self::Output
[src]
impl Mul<u32> for Ticks
[src]
type Output = Self
The resulting type after applying the *
operator.
fn mul(self, rhs: ValueType) -> Self::Output
[src]
impl Ord for Ticks
[src]
fn cmp(&self, other: &Ticks) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<Ticks> for Ticks
[src]
impl PartialOrd<Ticks> for Ticks
[src]
fn partial_cmp(&self, other: &Ticks) -> Option<Ordering>
[src]
fn lt(&self, other: &Ticks) -> bool
[src]
fn le(&self, other: &Ticks) -> bool
[src]
fn gt(&self, other: &Ticks) -> bool
[src]
fn ge(&self, other: &Ticks) -> bool
[src]
impl Quantity for Ticks
[src]
impl StructuralEq for Ticks
[src]
impl StructuralPartialEq for Ticks
[src]
impl Sub<Ticks> for Ticks
[src]
type Output = Self
The resulting type after applying the -
operator.
fn sub(self, rhs: Self) -> Self::Output
[src]
impl TryFrom<TicksU64> for Ticks
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,