Struct rust_hdl::docs::vcd2svg::trace_collection::TraceCollection
source · [−]pub struct TraceCollection {
pub signal_names: Vec<(IdCode, String)>,
pub string_valued: HashMap<IdCode, Vec<TimedValue<String>>>,
pub vector_valued: HashMap<IdCode, Vec<TimedValue<BigInt>>>,
pub scalar_valued: HashMap<IdCode, Vec<TimedValue<bool>>>,
}
Fields
signal_names: Vec<(IdCode, String)>
string_valued: HashMap<IdCode, Vec<TimedValue<String>>>
vector_valued: HashMap<IdCode, Vec<TimedValue<BigInt>>>
scalar_valued: HashMap<IdCode, Vec<TimedValue<bool>>>
Implementations
Auto Trait Implementations
impl RefUnwindSafe for TraceCollection
impl Send for TraceCollection
impl Sync for TraceCollection
impl Unpin for TraceCollection
impl UnwindSafe for TraceCollection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more