[][src]Struct esp32_hal::units::NanoSeconds

pub struct NanoSeconds(pub ValueType);

Trait Implementations

impl Add<NanoSeconds> for NanoSeconds[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for NanoSeconds[src]

impl Copy for NanoSeconds[src]

impl Debug for NanoSeconds[src]

impl Default for NanoSeconds[src]

impl Display for NanoSeconds[src]

impl Div<NanoSeconds> for NanoSeconds[src]

type Output = ValueType

The resulting type after applying the / operator.

impl Div<u32> for NanoSeconds[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for NanoSeconds[src]

impl From<MicroSeconds> for NanoSeconds[src]

impl From<MilliSeconds> for NanoSeconds[src]

impl From<NanoSeconds> for ValueType[src]

impl From<NanoSeconds> for NanoSecondsU64[src]

impl From<Seconds> for NanoSeconds[src]

impl From<u32> for NanoSeconds[src]

impl Hash for NanoSeconds[src]

impl Mul<Hertz> for NanoSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<HertzU64> for NanoSeconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for NanoSeconds[src]

type Output = Ticks

The resulting type after applying the * operator.

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

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for ValueType[src]

type Output = NanoSeconds

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for Hertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

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

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u32> for NanoSeconds[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for NanoSeconds[src]

impl PartialEq<NanoSeconds> for NanoSeconds[src]

impl PartialOrd<NanoSeconds> for NanoSeconds[src]

impl Quantity for NanoSeconds[src]

impl StructuralEq for NanoSeconds[src]

impl StructuralPartialEq for NanoSeconds[src]

impl Sub<NanoSeconds> for NanoSeconds[src]

type Output = Self

The resulting type after applying the - operator.

impl Time for NanoSeconds[src]

impl TryFrom<NanoSecondsU64> for NanoSeconds[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.