pub struct VarDefs { /* private fields */ }
Expand description
A variable definition section of a VCD file, which features a list of top-level scopes that encapsulate all signal variable definitions (vardefs).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarDefs
impl RefUnwindSafe for VarDefs
impl Send for VarDefs
impl Sync for VarDefs
impl Unpin for VarDefs
impl UnwindSafe for VarDefs
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