pub enum RelocMode {
Default,
Static,
PIC,
DynamicNoPic,
}
Variants§
Trait Implementations§
source§impl PartialEq for RelocMode
impl PartialEq for RelocMode
impl Copy for RelocMode
impl Eq 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§
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