Struct tf_demo_parser::demo::gameevent_gen::DamagePreventedEvent [−][src]
pub struct DamagePreventedEvent {
pub preventor: u16,
pub victim: u16,
pub amount: u16,
pub condition: u16,
}Fields
preventor: u16victim: u16amount: u16condition: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DamagePreventedEventimpl Send for DamagePreventedEventimpl Sync for DamagePreventedEventimpl Unpin for DamagePreventedEventimpl UnwindSafe for DamagePreventedEvent