Struct llvm_sys::opt_remarks::LLVMOptRemarkEntry
source · [−]#[repr(C)]pub struct LLVMOptRemarkEntry { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMOptRemarkEntry
impl !Send for LLVMOptRemarkEntry
impl !Sync for LLVMOptRemarkEntry
impl Unpin for LLVMOptRemarkEntry
impl UnwindSafe for LLVMOptRemarkEntry
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