pub struct JitExitProfile {
pub parent_trace_id: usize,
pub exit_id: u32,
pub executions: u64,
}Fields§
§parent_trace_id: usize§exit_id: u32§executions: u64Trait Implementations§
Source§impl Clone for JitExitProfile
impl Clone for JitExitProfile
Source§fn clone(&self) -> JitExitProfile
fn clone(&self) -> JitExitProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JitExitProfile
impl Debug for JitExitProfile
impl Eq for JitExitProfile
Source§impl PartialEq for JitExitProfile
impl PartialEq for JitExitProfile
impl StructuralPartialEq for JitExitProfile
Auto Trait Implementations§
impl Freeze for JitExitProfile
impl RefUnwindSafe for JitExitProfile
impl Send for JitExitProfile
impl Sync for JitExitProfile
impl Unpin for JitExitProfile
impl UnsafeUnpin for JitExitProfile
impl UnwindSafe for JitExitProfile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.