Enum llvm_sys::linker::LLVMLinkerMode
source · #[repr(C)]pub enum LLVMLinkerMode {
LLVMLinkerDestroySource = 0,
LLVMLinkerPreserveSource_Removed = 1,
}
Variants§
LLVMLinkerDestroySource = 0
LLVMLinkerPreserveSource_Removed = 1
👎Deprecated since 3.7.0: LLVMLinkerPreserveSource has no effect
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLVMLinkerMode
impl Send for LLVMLinkerMode
impl Sync for LLVMLinkerMode
impl Unpin for LLVMLinkerMode
impl UnwindSafe for LLVMLinkerMode
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