Struct asciicast::Header [] [src]

pub struct Header {
    pub version: u8,
    pub width: u32,
    pub height: u32,
    pub timestamp: Option<DateTime<Utc>>,
    pub duration: Option<f64>,
    pub idle_time_limit: Option<f64>,
    pub command: Option<String>,
    pub title: Option<String>,
}

Fields

Trait Implementations

impl Debug for Header
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Header
[src]

[src]

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

[src]

This method tests for !=.