pub struct LLVMExtCache { /* private fields */ }Expand description
Analysis cache for LLVMExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMExtCache
impl RefUnwindSafe for LLVMExtCache
impl Send for LLVMExtCache
impl Sync for LLVMExtCache
impl Unpin for LLVMExtCache
impl UnsafeUnpin for LLVMExtCache
impl UnwindSafe for LLVMExtCache
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