pub struct JitCallSiteProfile {
pub caller_frame_key: u64,
pub call_ip: usize,
pub prototype_id: u32,
pub observations: u64,
pub mismatches: u64,
pub monomorphic: bool,
}Fields§
§caller_frame_key: u64§call_ip: usize§prototype_id: u32§observations: u64§mismatches: u64§monomorphic: boolTrait Implementations§
Source§impl Clone for JitCallSiteProfile
impl Clone for JitCallSiteProfile
Source§fn clone(&self) -> JitCallSiteProfile
fn clone(&self) -> JitCallSiteProfile
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 JitCallSiteProfile
impl Debug for JitCallSiteProfile
impl Eq for JitCallSiteProfile
Source§impl PartialEq for JitCallSiteProfile
impl PartialEq for JitCallSiteProfile
impl StructuralPartialEq for JitCallSiteProfile
Auto Trait Implementations§
impl Freeze for JitCallSiteProfile
impl RefUnwindSafe for JitCallSiteProfile
impl Send for JitCallSiteProfile
impl Sync for JitCallSiteProfile
impl Unpin for JitCallSiteProfile
impl UnsafeUnpin for JitCallSiteProfile
impl UnwindSafe for JitCallSiteProfile
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.