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