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 LLVMCodeModelimpl Send for LLVMCodeModelimpl Sync for LLVMCodeModelimpl Unpin for LLVMCodeModelimpl UnwindSafe for LLVMCodeModelBlanket Implementations
Mutably borrows from an owned value. Read more