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

pub struct MobDespawn {
    pub id: u16,
    pub ty: u8,
}

Event for missile destruction

Fields

Trait Implementations

impl Clone for MobDespawn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MobDespawn
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for MobDespawn
[src]

Auto Trait Implementations

impl Send for MobDespawn

impl Sync for MobDespawn