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