pub struct Timing { /* private fields */ }Expand description
A clock started at one stage, charging what it measured when it stops.
The pair of calls is a type rather than two lines because the second line is the one that gets forgotten, and a stage that starts a clock and never stops it is a stage that reads as free.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Timing
impl RefUnwindSafe for Timing
impl Send for Timing
impl Sync for Timing
impl Unpin for Timing
impl UnsafeUnpin for Timing
impl UnwindSafe for Timing
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