[−][src]Struct esp8266_hal::time::Milliseconds
Milliseconds
Trait Implementations
impl Clone for Milliseconds[src]
fn clone(&self) -> Milliseconds[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Milliseconds[src]
impl Debug for Milliseconds[src]
impl Eq for Milliseconds[src]
impl From<Microseconds> for Milliseconds[src]
fn from(from: Microseconds) -> Milliseconds[src]
impl From<Milliseconds> for Microseconds[src]
fn from(from: Milliseconds) -> Microseconds[src]
impl From<Milliseconds> for Seconds[src]
fn from(from: Milliseconds) -> Seconds[src]
impl From<Milliseconds> for Nanoseconds[src]
fn from(from: Milliseconds) -> Nanoseconds[src]
impl From<Milliseconds> for StageTimeout[src]
fn from(ms: Milliseconds) -> StageTimeout[src]
impl From<Milliseconds> for (StageTimeout, StageTimeout)[src]
fn from(ms: Milliseconds) -> (StageTimeout, StageTimeout)[src]
impl From<Seconds> for Milliseconds[src]
fn from(from: Seconds) -> Milliseconds[src]
impl From<StageTimeout> for Milliseconds[src]
fn from(timeout: StageTimeout) -> Milliseconds[src]
impl Ord for Milliseconds[src]
fn cmp(&self, other: &Milliseconds) -> 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<Milliseconds> for Milliseconds[src]
fn eq(&self, other: &Milliseconds) -> bool[src]
fn ne(&self, other: &Milliseconds) -> bool[src]
impl PartialOrd<Milliseconds> for Milliseconds[src]
fn partial_cmp(&self, other: &Milliseconds) -> Option<Ordering>[src]
fn lt(&self, other: &Milliseconds) -> bool[src]
fn le(&self, other: &Milliseconds) -> bool[src]
fn gt(&self, other: &Milliseconds) -> bool[src]
fn ge(&self, other: &Milliseconds) -> bool[src]
impl StructuralEq for Milliseconds[src]
impl StructuralPartialEq for Milliseconds[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>,