Struct tf_demo_parser::demo::gameevent_gen::PlayerDisconnectEvent [−][src]
pub struct PlayerDisconnectEvent {
pub user_id: u16,
pub reason: String,
pub name: String,
pub network_id: String,
pub bot: u16,
}Fields
user_id: u16reason: Stringname: Stringnetwork_id: Stringbot: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlayerDisconnectEventimpl Send for PlayerDisconnectEventimpl Sync for PlayerDisconnectEventimpl Unpin for PlayerDisconnectEventimpl UnwindSafe for PlayerDisconnectEvent