Struct airmash_protocol::server::ScoreDetailedFFA[][src]

pub struct ScoreDetailedFFA {
    pub scores: Vec<ScoreDetailedFFAEntry>,
}

Detailed score menu (tab) data for FFA.

Fields

Trait Implementations

impl Clone for ScoreDetailedFFA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedFFA
[src]

Formats the value using the given formatter. Read more

impl From<ScoreDetailedFFA> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations