Struct airmash_protocol::server::ScoreBoardRanking[][src]

pub struct ScoreBoardRanking {
    pub id: Player,
    pub pos: Option<Position>,
}

Low-res player positions, part of the ScoreBoard packet.

Fields

Trait Implementations

impl Copy for ScoreBoardRanking
[src]

impl Clone for ScoreBoardRanking
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreBoardRanking
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations