Struct airmash_protocol::server::EventStealth[][src]

pub struct EventStealth {
    pub id: Player,
    pub state: bool,
    pub energy: Energy,
    pub energy_regen: EnergyRegen,
}

A prowler has entered/exited stealth mode

Fields

Trait Implementations

impl Copy for EventStealth
[src]

impl Clone for EventStealth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventStealth
[src]

Formats the value using the given formatter. Read more

impl From<EventStealth> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations