Struct atsamd_hal::time::Microseconds  
source · [−]pub struct Microseconds(pub u32);Expand description
Microseconds
Tuple Fields
0: u32Trait Implementations
sourceimpl Clone for Microseconds
 
impl Clone for Microseconds
sourcefn clone(&self) -> Microseconds
 
fn clone(&self) -> Microseconds
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for Microseconds
 
impl Debug for Microseconds
sourceimpl From<Hertz> for Microseconds
 
impl From<Hertz> for Microseconds
sourceimpl From<Microseconds> for Hertz
 
impl From<Microseconds> for Hertz
sourcefn from(item: Microseconds) -> Self
 
fn from(item: Microseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Microseconds> for Milliseconds
 
impl From<Microseconds> for Milliseconds
sourcefn from(item: Microseconds) -> Self
 
fn from(item: Microseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Microseconds> for Nanoseconds
 
impl From<Microseconds> for Nanoseconds
sourcefn from(item: Microseconds) -> Self
 
fn from(item: Microseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Microseconds> for Seconds
 
impl From<Microseconds> for Seconds
sourcefn from(item: Microseconds) -> Self
 
fn from(item: Microseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Milliseconds> for Microseconds
 
impl From<Milliseconds> for Microseconds
sourcefn from(item: Milliseconds) -> Self
 
fn from(item: Milliseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Seconds> for Microseconds
 
impl From<Seconds> for Microseconds
sourceimpl PartialEq<Microseconds> for Microseconds
 
impl PartialEq<Microseconds> for Microseconds
sourcefn eq(&self, other: &Microseconds) -> bool
 
fn eq(&self, other: &Microseconds) -> bool
impl Copy for Microseconds
impl Eq for Microseconds
impl StructuralEq for Microseconds
impl StructuralPartialEq for Microseconds
Auto Trait Implementations
impl RefUnwindSafe for Microseconds
impl Send for Microseconds
impl Sync for Microseconds
impl Unpin for Microseconds
impl UnwindSafe for Microseconds
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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