#[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: LLVMMCJITMemoryManagerRef
Trait Implementations
sourceimpl Clone for LLVMMCJITCompilerOptions
impl Clone for LLVMMCJITCompilerOptions
sourcefn clone(&self) -> LLVMMCJITCompilerOptions
fn clone(&self) -> LLVMMCJITCompilerOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LLVMMCJITCompilerOptions
impl Debug for LLVMMCJITCompilerOptions
impl Copy for LLVMMCJITCompilerOptions
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more