Struct airmash_protocol::client::VoteMute[][src]

pub struct VoteMute {
    pub id: Player,
}

Vote to mute a player

Fields

Trait Implementations

impl Copy for VoteMute
[src]

impl Clone for VoteMute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VoteMute
[src]

Formats the value using the given formatter. Read more

impl From<VoteMute> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VoteMute

impl Sync for VoteMute