Struct airmash_protocol::server::PingResult [−][src]
Resulting ping data sent back from the server.
Fields
ping: u16
players_total: u32
players_game: u32
Trait Implementations
impl Copy for PingResult[src]
impl Copy for PingResultimpl Clone for PingResult[src]
impl Clone for PingResultfn clone(&self) -> PingResult[src]
fn clone(&self) -> PingResultReturns 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 PingResult[src]
impl Debug for PingResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<PingResult> for ServerPacket[src]
impl From<PingResult> for ServerPacketfn from(v: PingResult) -> Self[src]
fn from(v: PingResult) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for PingResult
impl Send for PingResultimpl Sync for PingResult
impl Sync for PingResult