Struct esp8266_hal::time::KiloHertz
source · [−]pub struct KiloHertz(pub u32);
Expand description
KiloHertz
Tuple Fields
0: u32
Trait Implementations
sourceimpl From<KiloHertz> for Nanoseconds
impl From<KiloHertz> for Nanoseconds
sourcefn from(from: KiloHertz) -> Nanoseconds
fn from(from: KiloHertz) -> Nanoseconds
Converts to this type from the input type.
sourceimpl From<Nanoseconds> for KiloHertz
impl From<Nanoseconds> for KiloHertz
sourcefn from(from: Nanoseconds) -> KiloHertz
fn from(from: Nanoseconds) -> KiloHertz
Converts to this type from the input type.
sourceimpl Ord for KiloHertz
impl Ord for KiloHertz
sourceimpl PartialOrd<KiloHertz> for KiloHertz
impl PartialOrd<KiloHertz> for KiloHertz
sourcefn partial_cmp(&self, other: &KiloHertz) -> Option<Ordering>
fn partial_cmp(&self, other: &KiloHertz) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for KiloHertz
impl Eq for KiloHertz
impl StructuralEq for KiloHertz
impl StructuralPartialEq for KiloHertz
Auto Trait Implementations
impl RefUnwindSafe for KiloHertz
impl Send for KiloHertz
impl Sync for KiloHertz
impl Unpin for KiloHertz
impl UnwindSafe for KiloHertz
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more