Struct tf_demo_parser::demo::gameevent_gen::HLTVChaseEvent [−][src]
pub struct HLTVChaseEvent {
pub target_1: u16,
pub target_2: u16,
pub distance: u16,
pub theta: u16,
pub phi: u16,
pub inertia: u8,
pub in_eye: u8,
}Fields
target_1: u16target_2: u16distance: u16theta: u16phi: u16inertia: u8in_eye: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HLTVChaseEventimpl Send for HLTVChaseEventimpl Sync for HLTVChaseEventimpl Unpin for HLTVChaseEventimpl UnwindSafe for HLTVChaseEvent