pub struct TeamPlayRoundWinEvent {
pub team: u8,
pub win_reason: u8,
pub flag_cap_limit: u16,
pub full_round: u16,
pub round_time: f32,
pub losing_team_num_caps: u16,
pub was_sudden_death: u8,
}
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.