pub struct PhaseTimer { /* private fields */ }Expand description
Lightweight timer — just wraps Instant::now().
Implementations§
Auto Trait Implementations§
impl Freeze for PhaseTimer
impl RefUnwindSafe for PhaseTimer
impl Send for PhaseTimer
impl Sync for PhaseTimer
impl Unpin for PhaseTimer
impl UnsafeUnpin for PhaseTimer
impl UnwindSafe for PhaseTimer
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