Struct airmash_protocol::server::ScoreBoardData[][src]

pub struct ScoreBoardData {
    pub id: Player,
    pub score: Score,
    pub level: Level,
}

Leaderboard data, part of the ScoreBoard packet.

Fields

Trait Implementations

impl Copy for ScoreBoardData
[src]

impl Clone for ScoreBoardData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreBoardData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations