Struct airmash_protocol::server::MobDespawn[][src]

pub struct MobDespawn {
    pub id: Mob,
    pub ty: MobType,
}

A mob despawned This is used when a powerup despawns and when a missile despawns without hitting anything. It does not cause an explosion to be shown at the location.

Fields

Trait Implementations

impl Copy for MobDespawn
[src]

impl Clone for MobDespawn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MobDespawn
[src]

Formats the value using the given formatter. Read more

impl From<MobDespawn> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MobDespawn

impl Sync for MobDespawn