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