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

pub struct GameSpectate {
    pub id: u16,
}

Event indicating which player is now being spectated.

Fields

Id of player being spectated

Trait Implementations

impl Clone for GameSpectate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GameSpectate
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GameSpectate
[src]

Auto Trait Implementations

impl Send for GameSpectate

impl Sync for GameSpectate