pub struct ParsedVcdEdges {
pub pin_vars: Vec<String>,
pub events: MonitoringReadResponse,
}Expand description
The output of parsing a VCD to a list of edges as a MonitoringReadResponse,
which will include any parsed pin variables.
Fields§
§pin_vars: Vec<String>§events: MonitoringReadResponseAuto Trait Implementations§
impl Freeze for ParsedVcdEdges
impl RefUnwindSafe for ParsedVcdEdges
impl Send for ParsedVcdEdges
impl Sync for ParsedVcdEdges
impl Unpin for ParsedVcdEdges
impl UnwindSafe for ParsedVcdEdges
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