Enum llvm_sys::linker::LLVMLinkerMode
source · #[repr(C)]pub enum LLVMLinkerMode {
LLVMLinkerDestroySource = 0,
LLVMLinkerPreserveSource = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for LLVMLinkerMode
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