Enum llvm_plugin_inkwell::targets::RelocMode
source · [−]pub enum RelocMode {
Default,
Static,
PIC,
DynamicNoPic,
}Variants
Default
Static
PIC
DynamicNoPic
Trait Implementations
sourceimpl PartialEq<RelocMode> for RelocMode
impl PartialEq<RelocMode> for RelocMode
impl Copy for RelocMode
impl Eq for RelocMode
impl StructuralEq for RelocMode
impl StructuralPartialEq for RelocMode
Auto Trait Implementations
impl RefUnwindSafe for RelocMode
impl Send for RelocMode
impl Sync for RelocMode
impl Unpin for RelocMode
impl UnwindSafe for RelocMode
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