[][src]Struct esp32_hal::units::NanoSecondsU64

pub struct NanoSecondsU64(pub LargeValueType);

Trait Implementations

impl Add<NanoSecondsU64> for NanoSecondsU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for NanoSecondsU64[src]

impl Copy for NanoSecondsU64[src]

impl Debug for NanoSecondsU64[src]

impl Default for NanoSecondsU64[src]

impl Display for NanoSecondsU64[src]

impl Div<NanoSecondsU64> for NanoSecondsU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<u64> for NanoSecondsU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for NanoSecondsU64[src]

impl From<MicroSeconds> for NanoSecondsU64[src]

impl From<MicroSecondsU64> for NanoSecondsU64[src]

impl From<MilliSeconds> for NanoSecondsU64[src]

impl From<MilliSecondsU64> for NanoSecondsU64[src]

impl From<NanoSeconds> for NanoSecondsU64[src]

impl From<NanoSecondsU64> for LargeValueType[src]

impl From<Seconds> for NanoSecondsU64[src]

impl From<SecondsU64> for NanoSecondsU64[src]

impl From<u64> for NanoSecondsU64[src]

impl Hash for NanoSecondsU64[src]

impl Mul<Hertz> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<HertzU64> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertz> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for NanoSecondsU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for LargeValueType[src]

type Output = NanoSecondsU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for Hertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for KiloHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for MegaHertz[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for NanoSecondsU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for NanoSecondsU64[src]

impl PartialEq<NanoSecondsU64> for NanoSecondsU64[src]

impl PartialOrd<NanoSecondsU64> for NanoSecondsU64[src]

impl Quantity for NanoSecondsU64[src]

impl StructuralEq for NanoSecondsU64[src]

impl StructuralPartialEq for NanoSecondsU64[src]

impl Sub<NanoSecondsU64> for NanoSecondsU64[src]

type Output = Self

The resulting type after applying the - operator.

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