Enum llvm_sys::lto::lto_codegen_model
source · #[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§
LTO_CODEGEN_PIC_MODEL_STATIC
LTO_CODEGEN_PIC_MODEL_DYNAMIC
LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC
LTO_CODEGEN_PIC_MODEL_DEFAULT
Trait Implementations§
source§impl Clone for lto_codegen_model
impl Clone for lto_codegen_model
source§fn clone(&self) -> lto_codegen_model
fn clone(&self) -> lto_codegen_model
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 more