Struct airmash_protocol::server::PlayerReteamPlayer [] [src]

pub struct PlayerReteamPlayer {
    pub id: u16,
    pub team: u16,
}

Data an a player that has changed teams.

Fields

Player id

New team of player

Trait Implementations

impl Clone for PlayerReteamPlayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlayerReteamPlayer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for PlayerReteamPlayer
[src]

Auto Trait Implementations