Enum llvm_sys::target_machine::LLVMRelocMode
source · #[repr(C)]pub enum LLVMRelocMode {
LLVMRelocDefault = 0,
LLVMRelocStatic = 1,
LLVMRelocPIC = 2,
LLVMRelocDynamicNoPic = 3,
}
Variants§
Auto Trait Implementations§
impl Freeze for LLVMRelocMode
impl RefUnwindSafe for LLVMRelocMode
impl Send for LLVMRelocMode
impl Sync for LLVMRelocMode
impl Unpin for LLVMRelocMode
impl UnwindSafe for LLVMRelocMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more