Struct tf_demo_parser::demo::gameevent_gen::PlayerBonusPointsEvent [−][src]
pub struct PlayerBonusPointsEvent {
pub points: u16,
pub player_ent_index: u16,
pub source_ent_index: u16,
}Fields
points: u16player_ent_index: u16source_ent_index: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlayerBonusPointsEventimpl Send for PlayerBonusPointsEventimpl Sync for PlayerBonusPointsEventimpl Unpin for PlayerBonusPointsEventimpl UnwindSafe for PlayerBonusPointsEvent