Struct sc2::BuffData [] [src]

pub struct BuffData {
    pub buff: Buff,
    pub name: String,
}

buff data

Fields

stable buff ID

buff name (corresponds to the game's catalog)

Trait Implementations

impl Debug for BuffData
[src]

[src]

Formats the value using the given formatter.

impl Clone for BuffData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more