Struct airmash_protocol::client::VoteMute [−][src]
pub struct VoteMute {
pub id: Player,
}Vote to mute a player
Fields
id: Player
Trait Implementations
impl Copy for VoteMute[src]
impl Copy for VoteMuteimpl Clone for VoteMute[src]
impl Clone for VoteMutefn clone(&self) -> VoteMute[src]
fn clone(&self) -> VoteMuteReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VoteMute[src]
impl Debug for VoteMutefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<VoteMute> for ClientPacket[src]
impl From<VoteMute> for ClientPacket