Struct tf_demo_parser::demo::gameevent_gen::RdRobotImpactEvent [−][src]
pub struct RdRobotImpactEvent {
pub ent_index: u16,
pub impulse_x: f32,
pub impulse_y: f32,
pub impulse_z: f32,
}Fields
ent_index: u16impulse_x: f32impulse_y: f32impulse_z: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RdRobotImpactEventimpl Send for RdRobotImpactEventimpl Sync for RdRobotImpactEventimpl Unpin for RdRobotImpactEventimpl UnwindSafe for RdRobotImpactEvent