[−][src]Struct esp32_hal::units::Hertz
Trait Implementations
impl Add<Hertz> for Hertz[src]
type Output = Self
The resulting type after applying the + operator.
fn add(self, rhs: Self) -> Self::Output[src]
impl Clone for Hertz[src]
fn clone(&self) -> Hertz[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Hertz[src]
impl Debug for Hertz[src]
impl Default for Hertz[src]
impl Display for Hertz[src]
impl Div<Hertz> for Hertz[src]
type Output = ValueType
The resulting type after applying the / operator.
fn div(self, rhs: Self) -> Self::Output[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<Hertz> for TicksU64[src]
type Output = NanoSecondsU64
The resulting type after applying the / operator.
fn div(self, rhs: Hertz) -> Self::Output[src]
impl Div<u32> for Hertz[src]
type Output = Self
The resulting type after applying the / operator.
fn div(self, rhs: ValueType) -> Self::Output[src]
impl Eq for Hertz[src]
impl Frequency for Hertz[src]
impl From<Hertz> for ValueType[src]
impl From<Hertz> for HertzU64[src]
impl From<KiloHertz> for Hertz[src]
impl From<MegaHertz> for Hertz[src]
impl From<u32> for Hertz[src]
impl Hash for Hertz[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<Hertz> for ValueType[src]
type Output = Hertz
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for Seconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for SecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for MilliSeconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for MilliSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for MicroSeconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for MicroSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for NanoSeconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<Hertz> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<MicroSeconds> for Hertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: MicroSeconds) -> Self::Output[src]
impl Mul<MicroSecondsU64> for Hertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: MicroSecondsU64) -> Self::Output[src]
impl Mul<MilliSeconds> for Hertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: MilliSeconds) -> Self::Output[src]
impl Mul<MilliSecondsU64> for Hertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: MilliSecondsU64) -> Self::Output[src]
impl Mul<NanoSeconds> for Hertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSeconds) -> Self::Output[src]
impl Mul<NanoSecondsU64> for Hertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<Seconds> for Hertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<SecondsU64> for Hertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: SecondsU64) -> Self::Output[src]
impl Mul<u32> for Hertz[src]
type Output = Self
The resulting type after applying the * operator.
fn mul(self, rhs: ValueType) -> Self::Output[src]
impl Ord for Hertz[src]
fn cmp(&self, other: &Hertz) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<Hertz> for Hertz[src]
impl PartialOrd<Hertz> for Hertz[src]
fn partial_cmp(&self, other: &Hertz) -> Option<Ordering>[src]
fn lt(&self, other: &Hertz) -> bool[src]
fn le(&self, other: &Hertz) -> bool[src]
fn gt(&self, other: &Hertz) -> bool[src]
fn ge(&self, other: &Hertz) -> bool[src]
impl Quantity for Hertz[src]
impl StructuralEq for Hertz[src]
impl StructuralPartialEq for Hertz[src]
impl Sub<Hertz> for Hertz[src]
type Output = Self
The resulting type after applying the - operator.
fn sub(self, rhs: Self) -> Self::Output[src]
impl TryFrom<HertzU64> for Hertz[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>,