Struct airmash_protocol::server::ScoreDetailedCTFEntry [−][src]
pub struct ScoreDetailedCTFEntry {
pub id: Player,
pub level: Level,
pub captures: u16,
pub score: Score,
pub kills: u16,
pub deaths: u16,
pub damage: f32,
pub ping: u16,
}Per-player data for detailed (tab) menu in CTF.
Fields
id: Player
level: Level
captures: u16
score: Score
kills: u16
deaths: u16
damage: f32
ping: u16
Trait Implementations
impl Copy for ScoreDetailedCTFEntry[src]
impl Copy for ScoreDetailedCTFEntryimpl Clone for ScoreDetailedCTFEntry[src]
impl Clone for ScoreDetailedCTFEntryfn clone(&self) -> ScoreDetailedCTFEntry[src]
fn clone(&self) -> ScoreDetailedCTFEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ScoreDetailedCTFEntry[src]
impl Debug for ScoreDetailedCTFEntryAuto Trait Implementations
impl Send for ScoreDetailedCTFEntry
impl Send for ScoreDetailedCTFEntryimpl Sync for ScoreDetailedCTFEntry
impl Sync for ScoreDetailedCTFEntry