#[repr(C)]pub struct LLVMMCJITCompilerOptions {
pub OptLevel: c_uint,
pub CodeModel: LLVMCodeModel,
pub NoFramePointerElim: LLVMBool,
pub EnableFastISel: LLVMBool,
pub MCJMM: LLVMMCJITMemoryManagerRef,
}Fields§
§OptLevel: c_uint§CodeModel: LLVMCodeModel§NoFramePointerElim: LLVMBool§EnableFastISel: LLVMBool§MCJMM: LLVMMCJITMemoryManagerRefTrait Implementations§
source§impl Clone for LLVMMCJITCompilerOptions
impl Clone for LLVMMCJITCompilerOptions
source§fn clone(&self) -> LLVMMCJITCompilerOptions
fn clone(&self) -> LLVMMCJITCompilerOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more