pub struct ArenaWinPanelEvent {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 player_1: u16,
pub player_1_damage: u16,
pub player_1_healing: u16,
pub player_1_lifetime: u16,
pub player_1_kills: u16,
pub player_2: u16,
pub player_2_damage: u16,
pub player_2_healing: u16,
pub player_2_lifetime: u16,
pub player_2_kills: u16,
pub player_3: u16,
pub player_3_damage: u16,
pub player_3_healing: u16,
pub player_3_lifetime: u16,
pub player_3_kills: u16,
pub player_4: u16,
pub player_4_damage: u16,
pub player_4_healing: u16,
pub player_4_lifetime: u16,
pub player_4_kills: u16,
pub player_5: u16,
pub player_5_damage: u16,
pub player_5_healing: u16,
pub player_5_lifetime: u16,
pub player_5_kills: u16,
pub player_6: u16,
pub player_6_damage: u16,
pub player_6_healing: u16,
pub player_6_lifetime: u16,
pub player_6_kills: 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.