pub struct TimeUnit {
pub micros: u64,
pub millis: u64,
pub nanos: u64,
pub secs: u64,
}
Fieldsยง
ยงmicros: u64
ยงmillis: u64
ยงnanos: u64
ยงsecs: u64
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for TimeUnit
impl RefUnwindSafe for TimeUnit
impl Send for TimeUnit
impl Sync for TimeUnit
impl Unpin for TimeUnit
impl UnwindSafe for TimeUnit
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more