pub struct TLVerilog;
Implementations§
Auto Trait Implementations§
impl Freeze for TLVerilog
impl RefUnwindSafe for TLVerilog
impl Send for TLVerilog
impl Sync for TLVerilog
impl Unpin for TLVerilog
impl UnwindSafe for TLVerilog
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