Struct airmash_protocol::server::ChatVoteMutePassed [] [src]

pub struct ChatVoteMutePassed {
    pub id: u16,
}

Event indicating that a player has been votemuted.

Fields

Id of votemuted player

Trait Implementations

impl Clone for ChatVoteMutePassed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChatVoteMutePassed
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ChatVoteMutePassed
[src]

Auto Trait Implementations