Struct llvm_sys::execution_engine::LLVMMCJITCompilerOptions [−][src]
#[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 LLVMMCJITCompilerOptionsimpl !Send for LLVMMCJITCompilerOptionsimpl !Sync for LLVMMCJITCompilerOptionsimpl Unpin for LLVMMCJITCompilerOptionsimpl UnwindSafe for LLVMMCJITCompilerOptionsBlanket Implementations
Mutably borrows from an owned value. Read more