Struct tf_demo_parser::demo::gamevent::RawGameEvent [−][src]
pub struct RawGameEvent {
pub event_type: GameEventType,
pub values: Vec<GameEventValue>,
}Fields
event_type: GameEventTypevalues: Vec<GameEventValue>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawGameEventimpl Send for RawGameEventimpl Sync for RawGameEventimpl Unpin for RawGameEventimpl UnwindSafe for RawGameEvent