Struct airmash_protocol::server::ChatVoteMuted[][src]

pub struct ChatVoteMuted;

The current player has been votemuted.

This happens after enough players have sent a VoteMute packet to the server.

Trait Implementations

impl Copy for ChatVoteMuted
[src]

impl Clone for ChatVoteMuted
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChatVoteMuted
[src]

Formats the value using the given formatter. Read more

impl Default for ChatVoteMuted
[src]

Returns the "default value" for a type. Read more

impl From<ChatVoteMuted> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations