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

pub struct GamePlayersAlive {
    pub players: u16,
}

Packet indicating how many players are alive.

Fields

Number of players currently alive

Trait Implementations

impl Clone for GamePlayersAlive
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GamePlayersAlive
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GamePlayersAlive
[src]

Auto Trait Implementations