pub enum LLVMOpaqueObjectFile {}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