pub struct CompiledJit { /* private fields */ }Expand description
Owns a callable JIT entry and the artifact that keeps its native code valid.
Implementations§
Source§impl CompiledJit
impl CompiledJit
Sourcepub fn source_path(&self) -> &Path
pub fn source_path(&self) -> &Path
Exposes generated Rust for diagnostics and translation inspection.
Sourcepub fn library_path(&self) -> &Path
pub fn library_path(&self) -> &Path
Exposes the native artifact so verbose output can identify cache entries.
Auto Trait Implementations§
impl !Send for CompiledJit
impl !Sync for CompiledJit
impl Freeze for CompiledJit
impl RefUnwindSafe for CompiledJit
impl Unpin for CompiledJit
impl UnsafeUnpin for CompiledJit
impl UnwindSafe for CompiledJit
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