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