Struct atsamd_hal::time::Milliseconds
source · [−]pub struct Milliseconds(pub u32);
Expand description
Milliseconds
Tuple Fields
0: u32
Trait Implementations
sourceimpl Clone for Milliseconds
impl Clone for Milliseconds
sourcefn clone(&self) -> Milliseconds
fn clone(&self) -> Milliseconds
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 Milliseconds
impl Debug for Milliseconds
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<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<Milliseconds> for Nanoseconds
impl From<Milliseconds> for Nanoseconds
sourcefn from(item: Milliseconds) -> Self
fn from(item: Milliseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Milliseconds> for Seconds
impl From<Milliseconds> for Seconds
sourcefn from(item: Milliseconds) -> Self
fn from(item: Milliseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Seconds> for Milliseconds
impl From<Seconds> for Milliseconds
sourceimpl PartialEq<Milliseconds> for Milliseconds
impl PartialEq<Milliseconds> for Milliseconds
sourcefn eq(&self, other: &Milliseconds) -> bool
fn eq(&self, other: &Milliseconds) -> bool
impl Copy for Milliseconds
impl Eq for Milliseconds
impl StructuralEq for Milliseconds
impl StructuralPartialEq for Milliseconds
Auto Trait Implementations
impl RefUnwindSafe for Milliseconds
impl Send for Milliseconds
impl Sync for Milliseconds
impl Unpin for Milliseconds
impl UnwindSafe for Milliseconds
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