pub struct MonotonicTime {
pub time: Millis,
}
Fields§
§time: Millis
Trait Implementations§
Source§impl Debug for MonotonicTime
impl Debug for MonotonicTime
impl Resource for MonotonicTime
Auto Trait Implementations§
impl Freeze for MonotonicTime
impl RefUnwindSafe for MonotonicTime
impl Send for MonotonicTime
impl Sync for MonotonicTime
impl Unpin for MonotonicTime
impl UnwindSafe for MonotonicTime
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