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
auth: u32
Trait Implementations
impl Copy for LocalPing[src]
impl Copy for LocalPingimpl Clone for LocalPing[src]
impl Clone for LocalPingfn clone(&self) -> LocalPing[src]
fn clone(&self) -> LocalPingReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LocalPing[src]
impl Debug for LocalPingfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<LocalPing> for ClientPacket[src]
impl From<LocalPing> for ClientPacket