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