Struct airmash_protocol::server::PingResult [] [src]

pub struct PingResult {
    pub ping: u16,
    pub players_total: u32,
    pub players_game: u32,
}

Resulting ping data sent back from the server.

Fields

Ping of the current player.

Total number of players online.

Number of players in the current game.

Trait Implementations

impl Clone for PingResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PingResult
[src]

impl Debug for PingResult
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PingResult

impl Sync for PingResult