Enum llvm_sys::target_machine::LLVMRelocMode
source · #[repr(C)]
pub enum LLVMRelocMode {
LLVMRelocDefault,
LLVMRelocStatic,
LLVMRelocPIC,
LLVMRelocDynamicNoPic,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMRelocMode
impl Clone for LLVMRelocMode
source§fn clone(&self) -> LLVMRelocMode
fn clone(&self) -> LLVMRelocMode
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