Struct vcd::Header [] [src]

pub struct Header {
    pub comment: Option<String>,
    pub date: Option<String>,
    pub version: Option<String>,
    pub timescale: Option<(u32, TimescaleUnit)>,
    pub scope: Scope,
}

Structure containing the data from the header of a VCD file.

Fields

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.

impl Default for Header
[src]

Returns the "default value" for a type. Read more