pub struct ValueChangeSection {
pub changes: Vec<ValueChangeItem>,
}
Expand description
The value change section of a VCD file, which contains a sequence of value change item entries.
Fields§
§changes: Vec<ValueChangeItem>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueChangeSection
impl RefUnwindSafe for ValueChangeSection
impl Send for ValueChangeSection
impl Sync for ValueChangeSection
impl Unpin for ValueChangeSection
impl UnwindSafe for ValueChangeSection
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