pub struct JIT { /* private fields */ }
Expand description
The basic JIT class.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for JIT
impl !RefUnwindSafe for JIT
impl !Send for JIT
impl !Sync for JIT
impl Unpin for JIT
impl !UnwindSafe for JIT
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