#[repr(C)]pub struct LLVMMCJITCompilerOptions {
pub OptLevel: c_uint,
pub CodeModel: LLVMCodeModel,
pub NoFramePointerElim: LLVMBool,
pub EnableFastISel: LLVMBool,
pub MCJMM: LLVMMCJITMemoryManagerRef,
}Fields
OptLevel: c_uintCodeModel: LLVMCodeModelNoFramePointerElim: LLVMBoolEnableFastISel: LLVMBoolMCJMM: LLVMMCJITMemoryManagerRefTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMMCJITCompilerOptions
impl !Send for LLVMMCJITCompilerOptions
impl !Sync for LLVMMCJITCompilerOptions
impl Unpin for LLVMMCJITCompilerOptions
impl UnwindSafe for LLVMMCJITCompilerOptions
Blanket Implementations
Mutably borrows from an owned value. Read more