Struct airmash_protocol::server::ScoreUpdate [] [src]

pub struct ScoreUpdate {
    pub id: u16,
    pub score: u32,
    pub earnings: u32,
    pub upgrades: u16,
    pub total_kills: u32,
    pub total_deaths: u32,
}

Packet indicating stats for the current player.

Fields

Trait Implementations

impl Clone for ScoreUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScoreUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ScoreUpdate
[src]

Auto Trait Implementations

impl Send for ScoreUpdate

impl Sync for ScoreUpdate