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

Trait Implementations

impl Debug for Var
[src]

Formats the value using the given formatter.

impl Clone for Var
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Var
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.