Struct tf_demo_parser::demo::parser::gamestateanalyser::GameStateAnalyser [−][src]
pub struct GameStateAnalyser {
pub state: GameState,
// some fields omitted
}Fields
state: GameStateImplementations
Trait Implementations
Returns the “default value” for a type. Read more
fn handle_data_tables(
&mut self,
parse_tables: &[ParseSendTable],
server_classes: &[ServerClass]
)fn handle_string_entry(
&mut self,
_table: &str,
_index: usize,
_entries: &StringTableEntry<'_>
)Auto Trait Implementations
impl !RefUnwindSafe for GameStateAnalyserimpl !Send for GameStateAnalyserimpl !Sync for GameStateAnalyserimpl Unpin for GameStateAnalyserimpl UnwindSafe for GameStateAnalyser