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