Struct sc2::data::BuffData [−][src]
pub struct BuffData { /* fields omitted */ }
Buff data.
Methods
impl BuffData
[src]
impl BuffData
pub fn get_id(&self) -> Buff
[src]
pub fn get_id(&self) -> Buff
Stable buff ID.
pub fn get_name(&self) -> &str
[src]
pub fn get_name(&self) -> &str
Buff name (corresponds to the game's catalog).
Trait Implementations
impl Debug for BuffData
[src]
impl Debug for BuffData
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BuffData
[src]
impl Clone for BuffData