Struct airmash_protocol::server::GameSpectate[][src]

pub struct GameSpectate {
    pub id: Player,
}

Update which player the client is spectating.

Fields

Trait Implementations

impl Copy for GameSpectate
[src]

impl Clone for GameSpectate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GameSpectate
[src]

Formats the value using the given formatter. Read more

impl From<GameSpectate> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations