Struct tf_demo_parser::demo::gameevent_gen::TeamPlayPointCapturedEvent [−][src]
pub struct TeamPlayPointCapturedEvent {
pub cp: u8,
pub cp_name: String,
pub team: u8,
pub cappers: String,
}Fields
cp: u8cp_name: Stringteam: u8cappers: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TeamPlayPointCapturedEventimpl Send for TeamPlayPointCapturedEventimpl Sync for TeamPlayPointCapturedEventimpl Unpin for TeamPlayPointCapturedEventimpl UnwindSafe for TeamPlayPointCapturedEvent