Enum llvm_sys::remarks::LLVMRemarkOpaqueEntry
source · [−]pub enum LLVMRemarkOpaqueEntry {}
Auto Trait Implementations
impl RefUnwindSafe for LLVMRemarkOpaqueEntry
impl Send for LLVMRemarkOpaqueEntry
impl Sync for LLVMRemarkOpaqueEntry
impl Unpin for LLVMRemarkOpaqueEntry
impl UnwindSafe for LLVMRemarkOpaqueEntry
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