Struct airmash_protocol::server::ScoreDetailedCTFScore [] [src]

pub struct ScoreDetailedCTFScore {
    pub id: u16,
    pub level: u8,
    pub captures: u16,
    pub score: u32,
    pub kills: u16,
    pub deaths: u16,
    pub damage: f32,
    pub ping: u16,
}

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

Fields

Trait Implementations

impl Clone for ScoreDetailedCTFScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedCTFScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ScoreDetailedCTFScore
[src]

Auto Trait Implementations