Struct airmash_protocol::server::ScoreDetailedBTREntry[][src]

pub struct ScoreDetailedBTREntry {
    pub id: Player,
    pub level: Level,
    pub alive: bool,
    pub wins: u16,
    pub score: Score,
    pub kills: u16,
    pub deaths: u16,
    pub damage: f32,
    pub ping: u16,
}

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

Fields

Trait Implementations

impl Copy for ScoreDetailedBTREntry
[src]

impl Clone for ScoreDetailedBTREntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedBTREntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations