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: u32Trait 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
Auto Trait Implementations
impl RefUnwindSafe for Headerimpl UnwindSafe for Header