[][src]Struct esp32_hal::units::MegaHertzU64

pub struct MegaHertzU64(pub LargeValueType);

Trait Implementations

impl Add<MegaHertzU64> for MegaHertzU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for MegaHertzU64[src]

impl Copy for MegaHertzU64[src]

impl Debug for MegaHertzU64[src]

impl Default for MegaHertzU64[src]

impl Display for MegaHertzU64[src]

impl Div<MegaHertzU64> for MegaHertzU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<MegaHertzU64> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<MegaHertzU64> for Ticks[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<u64> for MegaHertzU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for MegaHertzU64[src]

impl FrequencyU64 for MegaHertzU64[src]

impl From<MegaHertz> for MegaHertzU64[src]

impl From<MegaHertzU64> for LargeValueType[src]

impl From<MegaHertzU64> for HertzU64[src]

impl From<MegaHertzU64> for KiloHertzU64[src]

impl From<u64> for MegaHertzU64[src]

impl Hash for MegaHertzU64[src]

impl Mul<MegaHertzU64> for LargeValueType[src]

type Output = MegaHertzU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for SecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for Seconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for MilliSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for MilliSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for MicroSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for MicroSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for NanoSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSecondsU64> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<SecondsU64> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for MegaHertzU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for MegaHertzU64[src]

impl PartialEq<MegaHertzU64> for MegaHertzU64[src]

impl PartialOrd<MegaHertzU64> for MegaHertzU64[src]

impl Quantity for MegaHertzU64[src]

impl StructuralEq for MegaHertzU64[src]

impl StructuralPartialEq for MegaHertzU64[src]

impl Sub<MegaHertzU64> for MegaHertzU64[src]

type Output = Self

The resulting type after applying the - operator.

impl TryFrom<MegaHertzU64> for MegaHertz[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.