[−][src]Struct esp8266_hal::time::Seconds
Seconds
Trait Implementations
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 Eq for Seconds[src]
impl From<Microseconds> for Seconds[src]
fn from(from: Microseconds) -> Seconds[src]
impl From<Milliseconds> for Seconds[src]
fn from(from: Milliseconds) -> Seconds[src]
impl From<Seconds> for Milliseconds[src]
fn from(from: Seconds) -> Milliseconds[src]
impl From<Seconds> for Microseconds[src]
fn from(from: Seconds) -> Microseconds[src]
impl From<Seconds> for Nanoseconds[src]
fn from(from: Seconds) -> Nanoseconds[src]
impl From<Seconds> for (StageTimeout, StageTimeout)[src]
fn from(s: Seconds) -> (StageTimeout, StageTimeout)[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 StructuralEq for Seconds[src]
impl StructuralPartialEq for Seconds[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>,