pub struct StopWatchSpan {
pub time: Duration,
pub instructions: Option<u64>,
pub memory: MemoryUsage,
}
Fields§
§time: Duration
§instructions: Option<u64>
§memory: MemoryUsage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopWatchSpan
impl RefUnwindSafe for StopWatchSpan
impl Send for StopWatchSpan
impl Sync for StopWatchSpan
impl Unpin for StopWatchSpan
impl UnwindSafe for StopWatchSpan
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