Struct airmash_protocol::server::PlayerType [−][src]
A player has switched planes.
Fields
id: Player
ty: PlaneType
Trait Implementations
impl Copy for PlayerType[src]
impl Copy for PlayerTypeimpl Clone for PlayerType[src]
impl Clone for PlayerTypefn clone(&self) -> PlayerType[src]
fn clone(&self) -> PlayerTypeReturns 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 PlayerType[src]
impl Debug for PlayerTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<PlayerType> for ServerPacket[src]
impl From<PlayerType> for ServerPacketfn from(v: PlayerType) -> Self[src]
fn from(v: PlayerType) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for PlayerType
impl Send for PlayerTypeimpl Sync for PlayerType
impl Sync for PlayerType