[−][src]Struct esp32_hal::units::Seconds
Trait Implementations
impl Add<Seconds> for Seconds[src]
type Output = Self
The resulting type after applying the + operator.
fn add(self, rhs: Self) -> Self::Output[src]
impl Clone for Seconds[src]
fn clone(&self) -> Seconds[src]
fn clone_from(&mut self, source: &Self)1.0.0[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.
fn div(self, rhs: Self) -> Self::Output[src]
impl Div<u32> for Seconds[src]
type Output = Self
The resulting type after applying the / operator.
fn div(self, rhs: ValueType) -> Self::Output[src]
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]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Mul<Hertz> for Seconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<HertzU64> for Seconds[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: HertzU64) -> Self::Output[src]
impl Mul<KiloHertz> for Seconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: KiloHertz) -> Self::Output[src]
impl Mul<KiloHertzU64> for Seconds[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: KiloHertzU64) -> Self::Output[src]
impl Mul<MegaHertz> for Seconds[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: MegaHertz) -> Self::Output[src]
impl Mul<MegaHertzU64> for Seconds[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: MegaHertzU64) -> Self::Output[src]
impl Mul<Seconds> for ValueType[src]
type Output = Seconds
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<Seconds> for Hertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<Seconds> for HertzU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<Seconds> for KiloHertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<Seconds> for KiloHertzU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<Seconds> for MegaHertz[src]
type Output = Ticks
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<Seconds> for MegaHertzU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Seconds) -> Self::Output[src]
impl Mul<u32> for Seconds[src]
type Output = Self
The resulting type after applying the * operator.
fn mul(self, rhs: ValueType) -> Self::Output[src]
impl Ord for Seconds[src]
fn cmp(&self, other: &Seconds) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<Seconds> for Seconds[src]
impl PartialOrd<Seconds> for Seconds[src]
fn partial_cmp(&self, other: &Seconds) -> Option<Ordering>[src]
fn lt(&self, other: &Seconds) -> bool[src]
fn le(&self, other: &Seconds) -> bool[src]
fn gt(&self, other: &Seconds) -> bool[src]
fn ge(&self, other: &Seconds) -> bool[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.
fn sub(self, rhs: Self) -> Self::Output[src]
impl Time for Seconds[src]
impl TryFrom<SecondsU64> for Seconds[src]
type Error = TryFromIntError
The type returned in the event of a conversion error.
fn try_from(x: SecondsU64) -> Result<Seconds, Self::Error>[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,