Struct vcd::Var
[−]
[src]
pub struct Var {
pub var_type: VarType,
pub size: u32,
pub code: IdCode,
pub reference: String,
}Information on a VCD variable as represented by a $var command.
Fields
var_type: VarType
size: u32
code: IdCode
reference: String
Trait Implementations
impl Debug for Var[src]
impl Clone for Var[src]
fn clone(&self) -> Var
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more