[][src]Struct esp32_hal::units::TicksU64

pub struct TicksU64(pub LargeValueType);

Trait Implementations

impl Add<TicksU64> for TicksU64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for TicksU64[src]

impl Copy for TicksU64[src]

impl CountU64 for TicksU64[src]

impl Debug for TicksU64[src]

impl Default for TicksU64[src]

impl Display for TicksU64[src]

impl Div<Hertz> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<HertzU64> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<KiloHertz> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<KiloHertzU64> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<MegaHertz> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<MegaHertzU64> for TicksU64[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<TicksU64> for TicksU64[src]

type Output = LargeValueType

The resulting type after applying the / operator.

impl Div<u64> for TicksU64[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for TicksU64[src]

impl From<Ticks> for TicksU64[src]

impl From<TicksU64> for LargeValueType[src]

impl From<u64> for TicksU64[src]

impl Hash for TicksU64[src]

impl Mul<TicksU64> for LargeValueType[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u64> for TicksU64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for TicksU64[src]

impl PartialEq<TicksU64> for TicksU64[src]

impl PartialOrd<TicksU64> for TicksU64[src]

impl Quantity for TicksU64[src]

impl StructuralEq for TicksU64[src]

impl StructuralPartialEq for TicksU64[src]

impl Sub<TicksU64> for TicksU64[src]

type Output = Self

The resulting type after applying the - operator.

impl TryFrom<TicksU64> for Ticks[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for TicksU64

impl Sync for TicksU64

impl Unpin for TicksU64

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.