pub struct Vcd {
pub header: Header,
pub vardefs: VarDefs,
pub value_changes: ValueChangeSection,
}
Expand description
A full VCD file definition, containing at least a header (with a timescale), some variable definition(s) and any recorded value change section.
Fields§
§header: Header
§vardefs: VarDefs
§value_changes: ValueChangeSection
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vcd
impl RefUnwindSafe for Vcd
impl Send for Vcd
impl Sync for Vcd
impl Unpin for Vcd
impl UnwindSafe for Vcd
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