[][src]Struct esp32_hal::units::Ticks

pub struct Ticks(pub ValueType);

Trait Implementations

impl Add<Ticks> for Ticks[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for Ticks[src]

impl Copy for Ticks[src]

impl Count for Ticks[src]

impl Debug for Ticks[src]

impl Default for Ticks[src]

impl Display for Ticks[src]

impl Div<Hertz> for Ticks[src]

type Output = NanoSeconds

The resulting type after applying the / operator.

impl Div<HertzU64> for Ticks[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<KiloHertz> for Ticks[src]

type Output = NanoSeconds

The resulting type after applying the / operator.

impl Div<KiloHertzU64> for Ticks[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<MegaHertz> for Ticks[src]

type Output = NanoSeconds

The resulting type after applying the / operator.

impl Div<MegaHertzU64> for Ticks[src]

type Output = NanoSecondsU64

The resulting type after applying the / operator.

impl Div<Ticks> for Ticks[src]

type Output = ValueType

The resulting type after applying the / operator.

impl Div<u32> for Ticks[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for Ticks[src]

impl From<Ticks> for ValueType[src]

impl From<Ticks> for TicksU64[src]

impl From<u32> for Ticks[src]

impl Hash for Ticks[src]

impl Mul<Ticks> for ValueType[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<u32> for Ticks[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for Ticks[src]

impl PartialEq<Ticks> for Ticks[src]

impl PartialOrd<Ticks> for Ticks[src]

impl Quantity for Ticks[src]

impl StructuralEq for Ticks[src]

impl StructuralPartialEq for Ticks[src]

impl Sub<Ticks> for Ticks[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 Ticks

impl Sync for Ticks

impl Unpin for Ticks

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.