[][src]Struct esp32_hal::units::HertzU64

pub struct HertzU64(pub LargeValueType);

Trait Implementations

impl Add<HertzU64> for HertzU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for HertzU64[src]

impl Copy for HertzU64[src]

impl Debug for HertzU64[src]

impl Default for HertzU64[src]

impl Display for HertzU64[src]

impl Div<HertzU64> for HertzU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<HertzU64> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<HertzU64> for Ticks[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<u64> for HertzU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for HertzU64[src]

impl FrequencyU64 for HertzU64[src]

impl From<Hertz> for HertzU64[src]

impl From<HertzU64> for LargeValueType[src]

impl From<KiloHertz> for HertzU64[src]

impl From<KiloHertzU64> for HertzU64[src]

impl From<MegaHertz> for HertzU64[src]

impl From<MegaHertzU64> for HertzU64[src]

impl From<u64> for HertzU64[src]

impl Hash for HertzU64[src]

impl Mul<HertzU64> for LargeValueType[src]

type Output = HertzU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for SecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for Seconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for MilliSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for MilliSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for MicroSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for MicroSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for NanoSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSecondsU64> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<SecondsU64> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for HertzU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for HertzU64[src]

impl PartialEq<HertzU64> for HertzU64[src]

impl PartialOrd<HertzU64> for HertzU64[src]

impl Quantity for HertzU64[src]

impl StructuralEq for HertzU64[src]

impl StructuralPartialEq for HertzU64[src]

impl Sub<HertzU64> for HertzU64[src]

type Output = Self

The resulting type after applying the - operator.

impl TryFrom<HertzU64> for Hertz[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for HertzU64

impl Sync for HertzU64

impl Unpin for HertzU64

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.