Struct airmash_protocol::server::ScoreBoardRankings [] [src]

pub struct ScoreBoardRankings {
    pub id: u16,
    pub x: u8,
    pub y: u8,
}

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

Fields

Trait Implementations

impl Clone for ScoreBoardRankings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScoreBoardRankings
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ScoreBoardRankings
[src]

Auto Trait Implementations