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