pub enum RelocMode {
Default,
Static,
PIC,
DynamicNoPic,
}Variants§
Trait Implementations§
Source§impl From<RelocMode> for LLVMRelocMode
impl From<RelocMode> for LLVMRelocMode
impl Copy for RelocMode
impl Eq for RelocMode
impl StructuralPartialEq for RelocMode
Auto Trait Implementations§
impl Freeze for RelocMode
impl RefUnwindSafe for RelocMode
impl Send for RelocMode
impl Sync for RelocMode
impl Unpin for RelocMode
impl UnsafeUnpin for RelocMode
impl UnwindSafe for RelocMode
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