#[repr(C)]pub enum LLVMCodeModel {
LLVMCodeModelDefault = 0,
LLVMCodeModelJITDefault = 1,
LLVMCodeModelTiny = 2,
LLVMCodeModelSmall = 3,
LLVMCodeModelKernel = 4,
LLVMCodeModelMedium = 5,
LLVMCodeModelLarge = 6,
}
Variants§
LLVMCodeModelDefault = 0
LLVMCodeModelJITDefault = 1
LLVMCodeModelTiny = 2
LLVMCodeModelSmall = 3
LLVMCodeModelKernel = 4
LLVMCodeModelMedium = 5
LLVMCodeModelLarge = 6
Trait Implementations§
Source§impl Clone for LLVMCodeModel
impl Clone for LLVMCodeModel
Source§fn clone(&self) -> LLVMCodeModel
fn clone(&self) -> LLVMCodeModel
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 LLVMCodeModel
impl Debug for LLVMCodeModel
Source§impl PartialEq for LLVMCodeModel
impl PartialEq for LLVMCodeModel
impl Copy for LLVMCodeModel
impl StructuralPartialEq for LLVMCodeModel
Auto Trait Implementations§
impl Freeze for LLVMCodeModel
impl RefUnwindSafe for LLVMCodeModel
impl Send for LLVMCodeModel
impl Sync for LLVMCodeModel
impl Unpin for LLVMCodeModel
impl UnwindSafe for LLVMCodeModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)