Struct ra_ap_profile::StopWatchSpan
source · 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 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