Enum llvm_sys::lto::lto_codegen_model [−][src]
#[repr(C)]
pub enum lto_codegen_model {
LTO_CODEGEN_PIC_MODEL_STATIC,
LTO_CODEGEN_PIC_MODEL_DYNAMIC,
LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC,
LTO_CODEGEN_PIC_MODEL_DEFAULT,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lto_codegen_model
impl Send for lto_codegen_model
impl Sync for lto_codegen_model
impl Unpin for lto_codegen_model
impl UnwindSafe for lto_codegen_model
Blanket Implementations
Mutably borrows from an owned value. Read more