[][src]Struct tf_demo_parser::demo::message::generated::ServerInfoMessage

pub struct ServerInfoMessage {
    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: bool

Trait Implementations

impl<_E: Endianness> BitRead<_E> for ServerInfoMessage[src]

impl Debug for ServerInfoMessage[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Parse for T where
    T: BitRead<LittleEndian>, 
[src]

impl<T> ParseBitSkip for T where
    T: BitRead<LittleEndian>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.