Struct tf_demo_parser::demo::gameevent_gen::TeamPlayCaptureBlockedEvent [−][src]
pub struct TeamPlayCaptureBlockedEvent {
pub cp: u8,
pub cp_name: String,
pub blocker: u8,
pub victim: u8,
}Fields
cp: u8cp_name: Stringblocker: u8victim: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TeamPlayCaptureBlockedEventimpl Send for TeamPlayCaptureBlockedEventimpl Sync for TeamPlayCaptureBlockedEventimpl Unpin for TeamPlayCaptureBlockedEventimpl UnwindSafe for TeamPlayCaptureBlockedEvent