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
id: Player
level: Level
alive: bool
wins: u16
score: Score
kills: u16
deaths: u16
damage: f32
ping: u16
Trait Implementations
impl Copy for ScoreDetailedBTREntry[src]
impl Copy for ScoreDetailedBTREntryimpl Clone for ScoreDetailedBTREntry[src]
impl Clone for ScoreDetailedBTREntryfn clone(&self) -> ScoreDetailedBTREntry[src]
fn clone(&self) -> ScoreDetailedBTREntryReturns 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 ScoreDetailedBTREntry[src]
impl Debug for ScoreDetailedBTREntryAuto Trait Implementations
impl Send for ScoreDetailedBTREntry
impl Send for ScoreDetailedBTREntryimpl Sync for ScoreDetailedBTREntry
impl Sync for ScoreDetailedBTREntry