[][src]Struct esp32_hal::units::Seconds

pub struct Seconds(pub ValueType);

Trait Implementations

impl Add<Seconds> for Seconds[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for Seconds[src]

impl Copy for Seconds[src]

impl Debug for Seconds[src]

impl Default for Seconds[src]

impl Display for Seconds[src]

impl Div<Seconds> for Seconds[src]

type Output = ValueType

The resulting type after applying the / operator.

impl Div<u32> for Seconds[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for Seconds[src]

impl From<Seconds> for ValueType[src]

impl From<Seconds> for SecondsU64[src]

impl From<Seconds> for MilliSeconds[src]

impl From<Seconds> for MilliSecondsU64[src]

impl From<Seconds> for MicroSeconds[src]

impl From<Seconds> for MicroSecondsU64[src]

impl From<Seconds> for NanoSeconds[src]

impl From<Seconds> for NanoSecondsU64[src]

impl From<u32> for Seconds[src]

impl Hash for Seconds[src]

impl Mul<Hertz> for Seconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<HertzU64> for Seconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<KiloHertz> for Seconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for Seconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<MegaHertz> for Seconds[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for Seconds[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for ValueType[src]

type Output = Seconds

The resulting type after applying the * operator.

impl Mul<Seconds> for Hertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<Seconds> for HertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for KiloHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<Seconds> for KiloHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<Seconds> for MegaHertz[src]

type Output = Ticks

The resulting type after applying the * operator.

impl Mul<Seconds> for MegaHertzU64[src]

type Output = TicksU64

The resulting type after applying the * operator.

impl Mul<u32> for Seconds[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for Seconds[src]

impl PartialEq<Seconds> for Seconds[src]

impl PartialOrd<Seconds> for Seconds[src]

impl Quantity for Seconds[src]

impl StructuralEq for Seconds[src]

impl StructuralPartialEq for Seconds[src]

impl Sub<Seconds> for Seconds[src]

type Output = Self

The resulting type after applying the - operator.

impl Time for Seconds[src]

impl TryFrom<SecondsU64> for Seconds[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for Seconds

impl Sync for Seconds

impl Unpin for Seconds

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.