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

Trait Implementations

impl Copy for PingResult
[src]

impl Clone for PingResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PingResult
[src]

Formats the value using the given formatter. Read more

impl From<PingResult> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PingResult

impl Sync for PingResult