[][src]Struct esp32_hal::units::MegaHertz

pub struct MegaHertz(pub ValueType);

Trait Implementations

impl Add<MegaHertz> for MegaHertz[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for MegaHertz[src]

impl Copy for MegaHertz[src]

impl Debug for MegaHertz[src]

impl Default for MegaHertz[src]

impl Display for MegaHertz[src]

impl Div<MegaHertz> for MegaHertz[src]

type Output = ValueType

The resulting type after applying the / operator.

impl Div<MegaHertz> for Ticks[src]

type Output = NanoSeconds

The resulting type after applying the / operator.

impl Div<MegaHertz> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<u32> for MegaHertz[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for MegaHertz[src]

impl Frequency for MegaHertz[src]

impl From<MegaHertz> for ValueType[src]

impl From<MegaHertz> for MegaHertzU64[src]

impl From<MegaHertz> for Hertz[src]

impl From<MegaHertz> for HertzU64[src]

impl From<MegaHertz> for KiloHertz[src]

impl From<MegaHertz> for KiloHertzU64[src]

impl From<u32> for MegaHertz[src]

impl Hash for MegaHertz[src]

impl Mul<MegaHertz> for ValueType[src]

type Output = MegaHertz

The resulting type after applying the * operator.

impl Mul<MegaHertz> for Seconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MegaHertz> for SecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertz> for MilliSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MegaHertz> for MilliSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertz> for MicroSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MegaHertz> for MicroSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertz> for NanoSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MegaHertz> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for MegaHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for MegaHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for MegaHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MilliSecondsU64> for MegaHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for MegaHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for MegaHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for MegaHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<SecondsU64> for MegaHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u32> for MegaHertz[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for MegaHertz[src]

impl PartialEq<MegaHertz> for MegaHertz[src]

impl PartialOrd<MegaHertz> for MegaHertz[src]

impl Quantity for MegaHertz[src]

impl StructuralEq for MegaHertz[src]

impl StructuralPartialEq for MegaHertz[src]

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

impl Send for MegaHertz

impl Sync for MegaHertz

impl Unpin for MegaHertz

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.