Struct tf_demo_parser::demo::header::Header[][src]

pub struct Header {
    pub demo_type: String,
    pub version: u32,
    pub protocol: u32,
    pub server: String,
    pub nick: String,
    pub map: String,
    pub game: String,
    pub duration: f32,
    pub ticks: u32,
    pub frames: u32,
    pub sigon: u32,
}

Fields

demo_type: Stringversion: u32protocol: u32server: Stringnick: Stringmap: Stringgame: Stringduration: f32ticks: u32frames: u32sigon: u32

Trait Implementations

Read the type from stream

The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more

Skip the type Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.