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,
}rounds_remaining: u16
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.