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
GravitonBeamGhostCloakBansheeCloakPowerUserWarpableQueenSpawnLarvaTimerGhostHoldFireGhostHoldFireBEmpDeCloakFungalGrowthGuardianShieldTimeWarpProductionNeuralParasiteStimpackMarauderSupplyDropStimpackPsiStormCloakFieldEffectChargingSlowContaminatedBlindingCloudStructureOracleRevelationViperConsumeStructureBlindingCloudMedivacSpeedBoostPurifyOracleWeaponImmortalOverloadLockonSeekerMissileTemporalFieldVoidRaySwarmDamageBoostOracleStasisTrapTargetParasiticBombParasiticBombUnitKuParasiticBombSecondaryUnitSearchLurkerHoldFireBChannelSnipeCombatTempestDisruptionBlastStunBehaviorCarryMineralFieldMineralsCarryHighYieldMineralFieldMineralsCarryHarvestableVespeneGeyserGasCarryHarvestableVespeneGeyserGasProtossCarryHarvestableVespeneGeyserGasZerg
Trait Implementations
impl Debug for Buff[src]
impl Debug for Bufffn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Buff[src]
impl Copy for Buffimpl Clone for Buff[src]
impl Clone for Bufffn clone(&self) -> Buff[src]
fn clone(&self) -> BuffReturns 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 Buffimpl PartialEq for Buff[src]
impl PartialEq for Bufffn eq(&self, __arg_0: &Buff) -> bool[src]
fn eq(&self, __arg_0: &Buff) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for Buff[src]
impl Hash for Buff