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

pub struct EventStealth {
    pub id: u16,
    pub state: bool,
    pub energy: f32,
    pub energy_regen: f32,
}

Event for when a prowler goes into stealth.

Fields

Trait Implementations

impl Clone for EventStealth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventStealth
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for EventStealth
[src]

Auto Trait Implementations

impl Send for EventStealth

impl Sync for EventStealth