Struct airmash_protocol::server::ScoreDetailedCTF[][src]

pub struct ScoreDetailedCTF {
    pub scores: Vec<ScoreDetailedCTFEntry>,
}

Detailed score menu (tab) data for CTF.

Fields

Trait Implementations

impl Clone for ScoreDetailedCTF
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedCTF
[src]

Formats the value using the given formatter. Read more

impl From<ScoreDetailedCTF> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations