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