pub struct SystemStopwatch { /* private fields */ }
Expand description
This stopwatch is the same as the normal stopwatch but instead of using std::Instance, it uses std::SystemTime See normal Stopwatch for documentation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemStopwatch
impl RefUnwindSafe for SystemStopwatch
impl Send for SystemStopwatch
impl Sync for SystemStopwatch
impl Unpin for SystemStopwatch
impl UnwindSafe for SystemStopwatch
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