[][src]Struct esp32_hal::units::MicroSecondsU64

pub struct MicroSecondsU64(pub LargeValueType);

Trait Implementations

impl Add<MicroSecondsU64> for MicroSecondsU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for MicroSecondsU64[src]

impl Copy for MicroSecondsU64[src]

impl Debug for MicroSecondsU64[src]

impl Default for MicroSecondsU64[src]

impl Display for MicroSecondsU64[src]

impl Div<MicroSecondsU64> for MicroSecondsU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<u64> for MicroSecondsU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for MicroSecondsU64[src]

impl From<MicroSeconds> for MicroSecondsU64[src]

impl From<MicroSecondsU64> for LargeValueType[src]

impl From<MicroSecondsU64> for NanoSecondsU64[src]

impl From<MilliSeconds> for MicroSecondsU64[src]

impl From<MilliSecondsU64> for MicroSecondsU64[src]

impl From<Seconds> for MicroSecondsU64[src]

impl From<SecondsU64> for MicroSecondsU64[src]

impl From<u64> for MicroSecondsU64[src]

impl Hash for MicroSecondsU64[src]

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

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for MicroSecondsU64[src]

type Output = TicksU64

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<MegaHertzU64> for MicroSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for LargeValueType[src]

type Output = MicroSecondsU64

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<MicroSecondsU64> for Hertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

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

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for MicroSecondsU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for MicroSecondsU64[src]

impl PartialEq<MicroSecondsU64> for MicroSecondsU64[src]

impl PartialOrd<MicroSecondsU64> for MicroSecondsU64[src]

impl Quantity for MicroSecondsU64[src]

impl StructuralEq for MicroSecondsU64[src]

impl StructuralPartialEq for MicroSecondsU64[src]

impl Sub<MicroSecondsU64> for MicroSecondsU64[src]

type Output = Self

The resulting type after applying the - operator.

impl TimeU64 for MicroSecondsU64[src]

impl TryFrom<MicroSecondsU64> for MicroSeconds[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.