[][src]Struct esp32_hal::units::MilliSeconds

pub struct MilliSeconds(pub ValueType);

Trait Implementations

impl Add<MilliSeconds> for MilliSeconds[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for MilliSeconds[src]

impl Copy for MilliSeconds[src]

impl Debug for MilliSeconds[src]

impl Default for MilliSeconds[src]

impl Display for MilliSeconds[src]

impl Div<MilliSeconds> for MilliSeconds[src]

type Output = ValueType

The resulting type after applying the / operator.

impl Div<u32> for MilliSeconds[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for MilliSeconds[src]

impl From<MilliSeconds> for ValueType[src]

impl From<MilliSeconds> for MilliSecondsU64[src]

impl From<MilliSeconds> for MicroSeconds[src]

impl From<MilliSeconds> for MicroSecondsU64[src]

impl From<MilliSeconds> for NanoSeconds[src]

impl From<MilliSeconds> for NanoSecondsU64[src]

impl From<Seconds> for MilliSeconds[src]

impl From<u32> for MilliSeconds[src]

impl Hash for MilliSeconds[src]

impl Mul<Hertz> for MilliSeconds[src]

type Output = Ticks

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<KiloHertz> for MilliSeconds[src]

type Output = Ticks

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<MegaHertz> for MilliSeconds[src]

type Output = Ticks

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<MilliSeconds> for ValueType[src]

type Output = MilliSeconds

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for Hertz[src]

type Output = Ticks

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<MilliSeconds> for KiloHertz[src]

type Output = Ticks

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<MilliSeconds> for MegaHertz[src]

type Output = Ticks

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<u32> for MilliSeconds[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for MilliSeconds[src]

impl PartialEq<MilliSeconds> for MilliSeconds[src]

impl PartialOrd<MilliSeconds> for MilliSeconds[src]

impl Quantity for MilliSeconds[src]

impl StructuralEq for MilliSeconds[src]

impl StructuralPartialEq for MilliSeconds[src]

impl Sub<MilliSeconds> for MilliSeconds[src]

type Output = Self

The resulting type after applying the - operator.

impl Time for MilliSeconds[src]

impl TryFrom<MilliSecondsU64> for MilliSeconds[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.