Struct esp8266_hal::time::MegaHertz
source · [−]pub struct MegaHertz(pub u32);
Expand description
MegaHertz
Tuple Fields
0: u32
Trait Implementations
sourceimpl From<MegaHertz> for Nanoseconds
impl From<MegaHertz> for Nanoseconds
sourcefn from(from: MegaHertz) -> Nanoseconds
fn from(from: MegaHertz) -> Nanoseconds
Converts to this type from the input type.
sourceimpl From<Nanoseconds> for MegaHertz
impl From<Nanoseconds> for MegaHertz
sourcefn from(from: Nanoseconds) -> MegaHertz
fn from(from: Nanoseconds) -> MegaHertz
Converts to this type from the input type.
sourceimpl Ord for MegaHertz
impl Ord for MegaHertz
sourceimpl PartialOrd<MegaHertz> for MegaHertz
impl PartialOrd<MegaHertz> for MegaHertz
sourcefn partial_cmp(&self, other: &MegaHertz) -> Option<Ordering>
fn partial_cmp(&self, other: &MegaHertz) -> 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 MegaHertz
impl Eq for MegaHertz
impl StructuralEq for MegaHertz
impl StructuralPartialEq for MegaHertz
Auto Trait Implementations
impl RefUnwindSafe for MegaHertz
impl Send for MegaHertz
impl Sync for MegaHertz
impl Unpin for MegaHertz
impl UnwindSafe for MegaHertz
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