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

comment: Option<String> date: Option<String> version: Option<String> timescale: Option<(u32, TimescaleUnit)> scope: Scope

Trait Implementations

impl Default for Header
[src]

fn default() -> Header

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

impl Debug for Header
[src]

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

Formats the value using the given formatter.