Struct tf_demo_parser::demo::gameevent_gen::FishNoticeEvent[][src]

pub struct FishNoticeEvent {
Show fields pub user_id: u16, pub victim_ent_index: u32, pub inflictor_ent_index: u32, pub attacker: u16, pub weapon: String, pub weapon_id: u16, pub damage_bits: u32, pub custom_kill: u16, pub assister: u16, pub weapon_log_class_name: String, pub stun_flags: u16, pub death_flags: u16, pub silent_kill: bool, pub assister_fallback: String,
}

Fields

user_id: u16victim_ent_index: u32inflictor_ent_index: u32attacker: u16weapon: Stringweapon_id: u16damage_bits: u32custom_kill: u16assister: u16weapon_log_class_name: Stringstun_flags: u16death_flags: u16silent_kill: boolassister_fallback: String

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.