#[repr(transparent)]pub struct JitFn(pub extern "C" fn(NonNull<Context>) -> JitFn);Expand description
A function that compiled by the Backend.
Tuple Fields§
§0: extern "C" fn(NonNull<Context>) -> JitFnTrait Implementations§
Auto Trait Implementations§
impl Freeze for JitFn
impl RefUnwindSafe for JitFn
impl Send for JitFn
impl Sync for JitFn
impl Unpin for JitFn
impl UnwindSafe for JitFn
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