Struct airmash_protocol::server::PlayerHitPlayer[][src]

pub struct PlayerHitPlayer {
    pub id: Player,
    pub health: Health,
    pub health_regen: HealthRegen,
}

Data on a player that has been hit by a shot fired by another player.

Fields

Trait Implementations

impl Copy for PlayerHitPlayer
[src]

impl Clone for PlayerHitPlayer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlayerHitPlayer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations