pub struct LLJITBuilder(/* private fields */);
Implementations§
Source§impl LLJITBuilder
impl LLJITBuilder
pub fn new() -> Self
pub fn create_lljit(&self) -> LLJIT
Auto Trait Implementations§
impl Freeze for LLJITBuilder
impl RefUnwindSafe for LLJITBuilder
impl !Send for LLJITBuilder
impl !Sync for LLJITBuilder
impl Unpin for LLJITBuilder
impl UnwindSafe for LLJITBuilder
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