Struct airmash_protocol::server::MobUpdate[][src]

pub struct MobUpdate {
    pub clock: u32,
    pub id: Mob,
    pub ty: MobType,
    pub pos: Position,
    pub speed: Velocity,
    pub accel: Accel,
    pub max_speed: Speed,
}

Fields

Trait Implementations

impl Copy for MobUpdate
[src]

impl Clone for MobUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MobUpdate
[src]

Formats the value using the given formatter. Read more

impl From<MobUpdate> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MobUpdate

impl Sync for MobUpdate