Struct sc2::data::Effect[][src]

pub struct Effect { /* fields omitted */ }

Visuals of a persistent ability on the map (eg. PsiStorm).

Trait Implementations

impl Debug for Effect
[src]

Formats the value using the given formatter. Read more

impl Clone for Effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Effect

impl Sync for Effect