Struct sc2::data::BuffData[][src]

pub struct BuffData { /* fields omitted */ }

Buff data.

Methods

impl BuffData
[src]

Stable buff ID.

Buff name (corresponds to the game's catalog).

Trait Implementations

impl Debug for BuffData
[src]

Formats the value using the given formatter. Read more

impl Clone for BuffData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BuffData

impl Sync for BuffData