Enum llvm_sys::LLVMOpaqueNamedMDNode
source · [−]pub enum LLVMOpaqueNamedMDNode {}
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMOpaqueNamedMDNode
impl Send for LLVMOpaqueNamedMDNode
impl Sync for LLVMOpaqueNamedMDNode
impl Unpin for LLVMOpaqueNamedMDNode
impl UnwindSafe for LLVMOpaqueNamedMDNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more