Struct heph_rt::trace::EventTiming
source · [−]pub struct EventTiming { /* private fields */ }Expand description
Timing an event.
Trait Implementations
sourceimpl Clone for EventTiming
impl Clone for EventTiming
sourcefn clone(&self) -> EventTiming
fn clone(&self) -> EventTiming
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for EventTiming
impl Send for EventTiming
impl Sync for EventTiming
impl Unpin for EventTiming
impl UnwindSafe for EventTiming
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more