pub struct MCJITCompilerOptions {
pub opt_level: u32,
pub code_model: LLVMCodeModel,
pub no_frame_pointer_elim: bool,
pub enable_fast_instruction_select: bool,
pub mc_jit_memory_manager: Option<Owning<MCJITMemoryManager>>,
}Fields§
§opt_level: u32§code_model: LLVMCodeModel§no_frame_pointer_elim: bool§enable_fast_instruction_select: bool§mc_jit_memory_manager: Option<Owning<MCJITMemoryManager>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MCJITCompilerOptions
impl !RefUnwindSafe for MCJITCompilerOptions
impl !Send for MCJITCompilerOptions
impl !Sync for MCJITCompilerOptions
impl Unpin for MCJITCompilerOptions
impl !UnwindSafe for MCJITCompilerOptions
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