Struct airmash_protocol::server::ScoreDetailedFFAEntry[][src]

pub struct ScoreDetailedFFAEntry {
    pub id: Player,
    pub level: Level,
    pub score: Score,
    pub kills: u16,
    pub deaths: u16,
    pub damage: f32,
    pub ping: u16,
}

Per-player data for detailed (tab) menu in FFA.

Fields

Trait Implementations

impl Copy for ScoreDetailedFFAEntry
[src]

impl Clone for ScoreDetailedFFAEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedFFAEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations