Struct airmash_protocol::client::Pong[][src]

pub struct Pong {
    pub num: u32,
}

Response packet to server Pings.

Fields

The ping number, should correspond to the num field within in the Ping packet sent by the server.

Trait Implementations

impl Copy for Pong
[src]

impl Clone for Pong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pong
[src]

Formats the value using the given formatter. Read more

impl From<Pong> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Pong

impl Sync for Pong