Struct airmash_protocol::server::MobUpdateStationary [−][src]
Update for powerups
Fields
id: Mob
ty: MobType
pos: Position
Trait Implementations
impl Copy for MobUpdateStationary[src]
impl Copy for MobUpdateStationaryimpl Clone for MobUpdateStationary[src]
impl Clone for MobUpdateStationaryfn clone(&self) -> MobUpdateStationary[src]
fn clone(&self) -> MobUpdateStationaryReturns 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 MobUpdateStationary[src]
impl Debug for MobUpdateStationaryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<MobUpdateStationary> for ServerPacket[src]
impl From<MobUpdateStationary> for ServerPacketfn from(v: MobUpdateStationary) -> Self[src]
fn from(v: MobUpdateStationary) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for MobUpdateStationary
impl Send for MobUpdateStationaryimpl Sync for MobUpdateStationary
impl Sync for MobUpdateStationary