Enum llvm_sys::target_machine::LLVMCodeModel [−][src]
#[repr(C)]
pub enum LLVMCodeModel {
LLVMCodeModelDefault,
LLVMCodeModelJITDefault,
LLVMCodeModelTiny,
LLVMCodeModelSmall,
LLVMCodeModelKernel,
LLVMCodeModelMedium,
LLVMCodeModelLarge,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMCodeModel
impl Send for LLVMCodeModel
impl Sync for LLVMCodeModel
impl Unpin for LLVMCodeModel
impl UnwindSafe for LLVMCodeModel
Blanket Implementations
Mutably borrows from an owned value. Read more