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

pub struct TeamPlayWinPanelEvent {
Show fields pub panel_style: u8, pub winning_team: u8, pub win_reason: u8, pub cappers: String, pub flag_cap_limit: u16, pub blue_score: u16, pub red_score: u16, pub blue_score_prev: u16, pub red_score_prev: u16, pub round_complete: u16, pub rounds_remaining: u16, pub player_1: u16, pub player_1_points: u16, pub player_2: u16, pub player_2_points: u16, pub player_3: u16, pub player_3_points: u16, pub kill_stream_player_1: u16, pub kill_stream_player_1_count: u16, pub game_over: u8,
}

Fields

panel_style: u8winning_team: u8win_reason: u8cappers: Stringflag_cap_limit: u16blue_score: u16red_score: u16blue_score_prev: u16red_score_prev: u16round_complete: u16rounds_remaining: u16player_1: u16player_1_points: u16player_2: u16player_2_points: u16player_3: u16player_3_points: u16kill_stream_player_1: u16kill_stream_player_1_count: u16game_over: u8

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.