Struct airmash_protocol::server::GamePlayersAlive[][src]

pub struct GamePlayersAlive {
    pub players: u16,
}

Info on the number of players currently alive

Fields

Trait Implementations

impl Copy for GamePlayersAlive
[src]

impl Clone for GamePlayersAlive
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GamePlayersAlive
[src]

Formats the value using the given formatter. Read more

impl From<GamePlayersAlive> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations