Struct airmash_protocol::server::PlayerLeave[][src]

pub struct PlayerLeave {
    pub id: Player,
}

Packet for when a player leaves.

Fields

Trait Implementations

impl Copy for PlayerLeave
[src]

impl Clone for PlayerLeave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlayerLeave
[src]

Formats the value using the given formatter. Read more

impl From<PlayerLeave> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PlayerLeave

impl Sync for PlayerLeave