pub struct DetachedTiming { /* private fields */ }
Expand description
Created by Profiler::start_recording_interval_event_detached
.
Must be passed to finish_recording_interval_event
to record an
“end” event.
Auto Trait Implementations§
impl Freeze for DetachedTiming
impl RefUnwindSafe for DetachedTiming
impl Send for DetachedTiming
impl Sync for DetachedTiming
impl Unpin for DetachedTiming
impl UnwindSafe for DetachedTiming
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