Struct airmash_protocol::client::LocalPing[][src]

pub struct LocalPing {
    pub auth: u32,
}

Purpose unknown, doesn't appear to be used in the official client.

Fields

Trait Implementations

impl Copy for LocalPing
[src]

impl Clone for LocalPing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LocalPing
[src]

Formats the value using the given formatter. Read more

impl From<LocalPing> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LocalPing

impl Sync for LocalPing