Struct tf_demo_parser::demo::message::generated::ServerInfoMessage [−][src]
pub struct ServerInfoMessage {Show fields
pub version: u16,
pub server_count: u32,
pub stv: bool,
pub dedicated: bool,
pub max_crc: u32,
pub max_classes: u16,
pub map_hash: u128,
pub player_count: u8,
pub max_player_count: u8,
pub interval_per_tick: f32,
pub platform: String,
pub game: String,
pub map: String,
pub skybox: String,
pub server_name: String,
pub replay: bool,
}Fields
version: u16server_count: u32stv: booldedicated: boolmax_crc: u32max_classes: u16map_hash: u128player_count: u8max_player_count: u8interval_per_tick: f32platform: Stringgame: Stringmap: Stringskybox: Stringserver_name: Stringreplay: boolTrait 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 ServerInfoMessageimpl Send for ServerInfoMessageimpl Sync for ServerInfoMessageimpl Unpin for ServerInfoMessageimpl UnwindSafe for ServerInfoMessage