Enum llvm_sys::object::LLVMOpaqueObjectFile
source · pub enum LLVMOpaqueObjectFile {}
👎Deprecated since LLVM 9.0
Auto Trait Implementations§
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