pub enum LLVMOpaqueObjectFile {}
๐Deprecated since LLVM 9.0
Auto Trait Implementationsยง
impl Freeze for LLVMOpaqueObjectFile
impl RefUnwindSafe for LLVMOpaqueObjectFile
impl Send for LLVMOpaqueObjectFile
impl Sync for LLVMOpaqueObjectFile
impl Unpin for LLVMOpaqueObjectFile
impl UnwindSafe for LLVMOpaqueObjectFile
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