Struct airmash_protocol::server::ScoreBoard[][src]

pub struct ScoreBoard {
    pub data: Vec<ScoreBoardData>,
    pub rankings: Vec<ScoreBoardRanking>,
}

Leaderboard + Global player positions

This is sent every 5 seconds by the server and is used by the client to update the leaderboard and minimap.

Fields

Trait Implementations

impl Clone for ScoreBoard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreBoard
[src]

Formats the value using the given formatter. Read more

impl From<ScoreBoard> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ScoreBoard

impl Sync for ScoreBoard