Struct tf_demo_parser::demo::gameevent_gen::ObjectDeflectedEvent [−][src]
pub struct ObjectDeflectedEvent {
pub user_id: u16,
pub owner_id: u16,
pub weapon_id: u16,
pub object_ent_index: u16,
}Fields
user_id: u16owner_id: u16weapon_id: u16object_ent_index: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectDeflectedEventimpl Send for ObjectDeflectedEventimpl Sync for ObjectDeflectedEventimpl Unpin for ObjectDeflectedEventimpl UnwindSafe for ObjectDeflectedEvent