[][src]Struct esp32_hal::units::KiloHertz

pub struct KiloHertz(pub ValueType);

Trait Implementations

impl Add<KiloHertz> for KiloHertz[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for KiloHertz[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.

impl Div<KiloHertz> for Ticks[src]

type Output = NanoSeconds

The resulting type after applying the / operator.

impl Div<KiloHertz> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<u32> for KiloHertz[src]

type Output = Self

The resulting type after applying the / operator.

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]

impl Mul<KiloHertz> for ValueType[src]

type Output = KiloHertz

The resulting type after applying the * operator.

impl Mul<KiloHertz> for Seconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<KiloHertz> for SecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for MilliSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<KiloHertz> for MilliSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for MicroSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<KiloHertz> for MicroSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for NanoSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<KiloHertz> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for KiloHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MilliSecondsU64> for KiloHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for KiloHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<SecondsU64> for KiloHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u32> for KiloHertz[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for KiloHertz[src]

impl PartialEq<KiloHertz> for KiloHertz[src]

impl PartialOrd<KiloHertz> for KiloHertz[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.

impl TryFrom<KiloHertzU64> for KiloHertz[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for KiloHertz

impl Sync for KiloHertz

impl Unpin for KiloHertz

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.