Enum sc2::data::Buff [−][src]
pub enum Buff { GravitonBeam, GhostCloak, BansheeCloak, PowerUserWarpable, QueenSpawnLarvaTimer, GhostHoldFire, GhostHoldFireB, EmpDeCloak, FungalGrowth, GuardianShield, TimeWarpProduction, NeuralParasite, StimpackMarauder, SupplyDrop, Stimpack, PsiStorm, CloakFieldEffect, Charging, Slow, Contaminated, BlindingCloudStructure, OracleRevelation, ViperConsumeStructure, BlindingCloud, MedivacSpeedBoost, Purify, OracleWeapon, ImmortalOverload, Lockon, SeekerMissile, TemporalField, VoidRaySwarmDamageBoost, OracleStasisTrapTarget, ParasiticBomb, ParasiticBombUnitKu, ParasiticBombSecondaryUnitSearch, LurkerHoldFireB, ChannelSnipeCombat, TempestDisruptionBlastStunBehavior, CarryMineralFieldMinerals, CarryHighYieldMineralFieldMinerals, CarryHarvestableVespeneGeyserGas, CarryHarvestableVespeneGeyserGasProtoss, CarryHarvestableVespeneGeyserGasZerg, }
A list of known StarCraft II buffs.
Variants
GravitonBeam
GhostCloak
BansheeCloak
PowerUserWarpable
QueenSpawnLarvaTimer
GhostHoldFire
GhostHoldFireB
EmpDeCloak
FungalGrowth
GuardianShield
TimeWarpProduction
NeuralParasite
StimpackMarauder
SupplyDrop
Stimpack
PsiStorm
CloakFieldEffect
Charging
Slow
Contaminated
BlindingCloudStructure
OracleRevelation
ViperConsumeStructure
BlindingCloud
MedivacSpeedBoost
Purify
OracleWeapon
ImmortalOverload
Lockon
SeekerMissile
TemporalField
VoidRaySwarmDamageBoost
OracleStasisTrapTarget
ParasiticBomb
ParasiticBombUnitKu
ParasiticBombSecondaryUnitSearch
LurkerHoldFireB
ChannelSnipeCombat
TempestDisruptionBlastStunBehavior
CarryMineralFieldMinerals
CarryHighYieldMineralFieldMinerals
CarryHarvestableVespeneGeyserGas
CarryHarvestableVespeneGeyserGasProtoss
CarryHarvestableVespeneGeyserGasZerg
Trait Implementations
impl Debug for Buff
[src]
impl Debug for Buff
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 Copy for Buff
[src]
impl Copy for Buff
impl Clone for Buff
[src]
impl Clone for Buff
fn clone(&self) -> Buff
[src]
fn clone(&self) -> Buff
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Eq for Buff
[src]
impl Eq for Buff
impl PartialEq for Buff
[src]
impl PartialEq for Buff
fn eq(&self, __arg_0: &Buff) -> bool
[src]
fn eq(&self, __arg_0: &Buff) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for Buff
[src]
impl Hash for Buff