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
id: Player
level: Level
score: Score
kills: u16
deaths: u16
damage: f32
ping: u16
Trait Implementations
impl Copy for ScoreDetailedFFAEntry[src]
impl Copy for ScoreDetailedFFAEntryimpl Clone for ScoreDetailedFFAEntry[src]
impl Clone for ScoreDetailedFFAEntryfn clone(&self) -> ScoreDetailedFFAEntry[src]
fn clone(&self) -> ScoreDetailedFFAEntryReturns 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 ScoreDetailedFFAEntry[src]
impl Debug for ScoreDetailedFFAEntryAuto Trait Implementations
impl Send for ScoreDetailedFFAEntry
impl Send for ScoreDetailedFFAEntryimpl Sync for ScoreDetailedFFAEntry
impl Sync for ScoreDetailedFFAEntry