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