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

pub struct ScoreBoardData {
    pub id: u16,
    pub score: u32,
    pub level: u8,
}

Leaderboard data, part of the ScoreBoard packet.

Fields

Trait Implementations

impl Clone for ScoreBoardData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScoreBoardData
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ScoreBoardData
[src]

Auto Trait Implementations