[][src]Struct esp32_hal::units::MilliSecondsU64

pub struct MilliSecondsU64(pub LargeValueType);

Trait Implementations

impl Add<MilliSecondsU64> for MilliSecondsU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for MilliSecondsU64[src]

impl Copy for MilliSecondsU64[src]

impl Debug for MilliSecondsU64[src]

impl Default for MilliSecondsU64[src]

impl Display for MilliSecondsU64[src]

impl Div<MilliSecondsU64> for MilliSecondsU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<u64> for MilliSecondsU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for MilliSecondsU64[src]

impl From<MilliSeconds> for MilliSecondsU64[src]

impl From<MilliSecondsU64> for LargeValueType[src]

impl From<MilliSecondsU64> for MicroSecondsU64[src]

impl From<MilliSecondsU64> for NanoSecondsU64[src]

impl From<Seconds> for MilliSecondsU64[src]

impl From<SecondsU64> for MilliSecondsU64[src]

impl From<u64> for MilliSecondsU64[src]

impl Hash for MilliSecondsU64[src]

impl Mul<Hertz> for MilliSecondsU64[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<KiloHertz> for MilliSecondsU64[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<MegaHertz> for MilliSecondsU64[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<MilliSecondsU64> for LargeValueType[src]

type Output = MilliSecondsU64

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<MilliSecondsU64> for Hertz[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<MilliSecondsU64> for KiloHertz[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<MilliSecondsU64> for MegaHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for MilliSecondsU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for MilliSecondsU64[src]

impl PartialEq<MilliSecondsU64> for MilliSecondsU64[src]

impl PartialOrd<MilliSecondsU64> for MilliSecondsU64[src]

impl Quantity for MilliSecondsU64[src]

impl StructuralEq for MilliSecondsU64[src]

impl StructuralPartialEq for MilliSecondsU64[src]

impl Sub<MilliSecondsU64> for MilliSecondsU64[src]

type Output = Self

The resulting type after applying the - operator.

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