Enum llvm_sys::lto::LLVMOpaqueLTOInput
source · pub enum LLVMOpaqueLTOInput {}
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLVMOpaqueLTOInput
impl Send for LLVMOpaqueLTOInput
impl Sync for LLVMOpaqueLTOInput
impl Unpin for LLVMOpaqueLTOInput
impl UnwindSafe for LLVMOpaqueLTOInput
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