[][src]Struct esp32_hal::units::KiloHertzU64

pub struct KiloHertzU64(pub LargeValueType);

Trait Implementations

impl Add<KiloHertzU64> for KiloHertzU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for KiloHertzU64[src]

impl Copy for KiloHertzU64[src]

impl Debug for KiloHertzU64[src]

impl Default for KiloHertzU64[src]

impl Display for KiloHertzU64[src]

impl Div<KiloHertzU64> for KiloHertzU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<KiloHertzU64> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<KiloHertzU64> for Ticks[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<u64> for KiloHertzU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for KiloHertzU64[src]

impl FrequencyU64 for KiloHertzU64[src]

impl From<KiloHertz> for KiloHertzU64[src]

impl From<KiloHertzU64> for LargeValueType[src]

impl From<KiloHertzU64> for HertzU64[src]

impl From<MegaHertz> for KiloHertzU64[src]

impl From<MegaHertzU64> for KiloHertzU64[src]

impl From<u64> for KiloHertzU64[src]

impl Hash for KiloHertzU64[src]

impl Mul<KiloHertzU64> for LargeValueType[src]

type Output = KiloHertzU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for SecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for Seconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for MilliSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for MilliSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for MicroSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for MicroSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for NanoSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSecondsU64> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<SecondsU64> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for KiloHertzU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for KiloHertzU64[src]

impl PartialEq<KiloHertzU64> for KiloHertzU64[src]

impl PartialOrd<KiloHertzU64> for KiloHertzU64[src]

impl Quantity for KiloHertzU64[src]

impl StructuralEq for KiloHertzU64[src]

impl StructuralPartialEq for KiloHertzU64[src]

impl Sub<KiloHertzU64> for KiloHertzU64[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

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.