#[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§
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 moresource§impl 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§
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