Struct airmash_protocol::server::MobUpdateStationary[][src]

pub struct MobUpdateStationary {
    pub id: Mob,
    pub ty: MobType,
    pub pos: Position,
}

Update for powerups

Fields

Trait Implementations

impl Copy for MobUpdateStationary
[src]

impl Clone for MobUpdateStationary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MobUpdateStationary
[src]

Formats the value using the given formatter. Read more

impl From<MobUpdateStationary> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations