pub struct JitContext {
pub chunk: Arc<Chunk>,
pub cache: TraceCache,
pub hot: HotCounter,
pub hot_threshold: u32,
/* private fields */
}Available on crate feature
jit only.Fields§
§chunk: Arc<Chunk>§cache: TraceCache§hot: HotCounter§hot_threshold: u32Implementations§
Auto Trait Implementations§
impl !Freeze for JitContext
impl !RefUnwindSafe for JitContext
impl !Sync for JitContext
impl !UnwindSafe for JitContext
impl Send for JitContext
impl Unpin for JitContext
impl UnsafeUnpin for JitContext
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