pub struct TraceKey {
pub function: u32,
pub entry_pc: u32,
}Available on crate feature
jit only.Fields§
§function: u32§entry_pc: u32Trait Implementations§
impl Copy for TraceKey
impl Eq for TraceKey
impl StructuralPartialEq for TraceKey
Auto Trait Implementations§
impl Freeze for TraceKey
impl RefUnwindSafe for TraceKey
impl Send for TraceKey
impl Sync for TraceKey
impl Unpin for TraceKey
impl UnsafeUnpin for TraceKey
impl UnwindSafe for TraceKey
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§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.