Enum llvm_sys::target_machine::LLVMRelocMode
source · [−]#[repr(C)]
pub enum LLVMRelocMode {
LLVMRelocDefault,
LLVMRelocStatic,
LLVMRelocPIC,
LLVMRelocDynamicNoPic,
LLVMRelocROPI,
LLVMRelocRWPI,
LLVMRelocROPI_RWPI,
}
Variants
LLVMRelocDefault
LLVMRelocStatic
LLVMRelocPIC
LLVMRelocDynamicNoPic
LLVMRelocROPI
LLVMRelocRWPI
LLVMRelocROPI_RWPI
Trait Implementations
sourceimpl Clone for LLVMRelocMode
impl Clone for LLVMRelocMode
sourcefn clone(&self) -> LLVMRelocMode
fn clone(&self) -> LLVMRelocMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LLVMRelocMode
impl Debug for LLVMRelocMode
sourceimpl PartialEq<LLVMRelocMode> for LLVMRelocMode
impl PartialEq<LLVMRelocMode> for LLVMRelocMode
sourcefn eq(&self, other: &LLVMRelocMode) -> bool
fn eq(&self, other: &LLVMRelocMode) -> bool
impl Copy for LLVMRelocMode
impl StructuralPartialEq for LLVMRelocMode
Auto Trait Implementations
impl RefUnwindSafe for LLVMRelocMode
impl Send for LLVMRelocMode
impl Sync for LLVMRelocMode
impl Unpin for LLVMRelocMode
impl UnwindSafe for LLVMRelocMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more