Struct atsamd_hal::time::Seconds
source · [−]pub struct Seconds(pub u32);
Expand description
Seconds
Tuple Fields
0: u32
Trait Implementations
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 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 Microseconds
impl From<Seconds> for Microseconds
sourceimpl From<Seconds> for Milliseconds
impl From<Seconds> for Milliseconds
sourceimpl From<Seconds> for Nanoseconds
impl From<Seconds> for Nanoseconds
impl Copy for Seconds
impl Eq for Seconds
impl StructuralEq for Seconds
impl StructuralPartialEq for Seconds
Auto Trait Implementations
impl RefUnwindSafe for Seconds
impl Send for Seconds
impl Sync for Seconds
impl Unpin for Seconds
impl UnwindSafe for Seconds
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