[][src]Struct esp32_hal::units::MicroSeconds

pub struct MicroSeconds(pub ValueType);

Trait Implementations

impl Add<MicroSeconds> for MicroSeconds[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for MicroSeconds[src]

impl Copy for MicroSeconds[src]

impl Debug for MicroSeconds[src]

impl Default for MicroSeconds[src]

impl Display for MicroSeconds[src]

impl Div<MicroSeconds> for MicroSeconds[src]

type Output = ValueType

The resulting type after applying the / operator.

impl Div<u32> for MicroSeconds[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for MicroSeconds[src]

impl From<MicroSeconds> for ValueType[src]

impl From<MicroSeconds> for MicroSecondsU64[src]

impl From<MicroSeconds> for NanoSeconds[src]

impl From<MicroSeconds> for NanoSecondsU64[src]

impl From<MilliSeconds> for MicroSeconds[src]

impl From<Seconds> for MicroSeconds[src]

impl From<u32> for MicroSeconds[src]

impl Hash for MicroSeconds[src]

impl Mul<Hertz> for MicroSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<HertzU64> for MicroSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for MicroSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for MicroSeconds[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<MegaHertzU64> for MicroSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for ValueType[src]

type Output = MicroSeconds

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for Hertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for KiloHertzU64[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<MicroSeconds> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u32> for MicroSeconds[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for MicroSeconds[src]

impl PartialEq<MicroSeconds> for MicroSeconds[src]

impl PartialOrd<MicroSeconds> for MicroSeconds[src]

impl Quantity for MicroSeconds[src]

impl StructuralEq for MicroSeconds[src]

impl StructuralPartialEq for MicroSeconds[src]

impl Sub<MicroSeconds> for MicroSeconds[src]

type Output = Self

The resulting type after applying the - operator.

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