Struct rust_chain::structs::TimePoint
source · [−]pub struct TimePoint {
pub elapsed: u64,
}
Expand description
Fields
elapsed: u64
elapsed in microseconds
Trait Implementations
impl Copy for TimePoint
Auto Trait Implementations
impl RefUnwindSafe for TimePoint
impl Send for TimePoint
impl Sync for TimePoint
impl Unpin for TimePoint
impl UnwindSafe for TimePoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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