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 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

impl Debug for Var
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.