Enum arcdps::evtc::player::Specialization

#[repr(u32)]
pub enum Specialization {
Show 73 variants Unknown = 0, Dueling = 1, Domination = 10, Inspiration = 23, Illusions = 24, Chronomancer = 40, Chaos = 45, Mirage = 59, Virtuoso = 66, DeathMagic = 2, BloodMagic = 19, Reaper = 34, Curses = 39, SoulReaping = 50, Spite = 53, Scourge = 60, Harbinger = 64, Invocation = 3, Retribution = 9, Corruption = 14, Devastation = 15, Salvation = 12, Herald = 52, Renegade = 63, Vindicator = 69, Strength = 4, Tactics = 11, Berserker = 18, Defense = 22, Arms = 36, Discipline = 51, Spellbreaker = 61, Bladesworn = 68, Druid = 5, Marksmanship = 8, NatureMagic = 25, Skirmishing = 30, Beastmastery = 32, WildernessSurvival = 33, Soulbeast = 55, Untamed = 72, Explosives = 6, Tools = 21, Alchemy = 29, Firearms = 38, Scrapper = 43, Inventions = 47, Holosmith = 57, Mechanist = 70, Daredevil = 7, ShadowArts = 20, DeadlyArts = 28, CriticalStrikes = 35, Trickery = 44, Acrobatics = 54, Deadeye = 58, Specter = 71, Valor = 13, Radiance = 16, Dragonhunter = 27, Zeal = 42, Virtues = 46, Honor = 49, Firebrand = 62, Willbender = 65, Water = 17, Earth = 26, Fire = 31, Arcane = 37, Air = 41, Tempest = 48, Weaver = 56, Catalyst = 67,
}
Expand description

Player specialization.

Variants§

§

Unknown = 0

Unknown or invalid.

§

Dueling = 1

§

Domination = 10

§

Inspiration = 23

§

Illusions = 24

§

Chronomancer = 40

§

Chaos = 45

§

Mirage = 59

§

Virtuoso = 66

§

DeathMagic = 2

§

BloodMagic = 19

§

Reaper = 34

§

Curses = 39

§

SoulReaping = 50

§

Spite = 53

§

Scourge = 60

§

Harbinger = 64

§

Invocation = 3

§

Retribution = 9

§

Corruption = 14

§

Devastation = 15

§

Salvation = 12

§

Herald = 52

§

Renegade = 63

§

Vindicator = 69

§

Strength = 4

§

Tactics = 11

§

Berserker = 18

§

Defense = 22

§

Arms = 36

§

Discipline = 51

§

Spellbreaker = 61

§

Bladesworn = 68

§

Druid = 5

§

Marksmanship = 8

§

NatureMagic = 25

§

Skirmishing = 30

§

Beastmastery = 32

§

WildernessSurvival = 33

§

Soulbeast = 55

§

Untamed = 72

§

Explosives = 6

§

Tools = 21

§

Alchemy = 29

§

Firearms = 38

§

Scrapper = 43

§

Inventions = 47

§

Holosmith = 57

§

Mechanist = 70

§

Daredevil = 7

§

ShadowArts = 20

§

DeadlyArts = 28

§

CriticalStrikes = 35

§

Trickery = 44

§

Acrobatics = 54

§

Deadeye = 58

§

Specter = 71

§

Valor = 13

§

Radiance = 16

§

Dragonhunter = 27

§

Zeal = 42

§

Virtues = 46

§

Honor = 49

§

Firebrand = 62

§

Willbender = 65

§

Water = 17

§

Earth = 26

§

Fire = 31

§

Arcane = 37

§

Air = 41

§

Tempest = 48

§

Weaver = 56

§

Catalyst = 67

Implementations§

§

impl Specialization

pub fn profession(&self) -> Profession

Returns the Profession corresponding to the specialization.

Trait Implementations§

§

impl Clone for Specialization

§

fn clone(&self) -> Specialization

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Specialization

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Specialization

§

fn default() -> Specialization

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for Specialization

§

fn deserialize<__D>( __deserializer: __D, ) -> Result<Specialization, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Specialization

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl EnumCount for Specialization

§

const COUNT: usize = 73usize

§

impl<'_derivative_strum> From<&'_derivative_strum Specialization> for &'static str

§

fn from(x: &'_derivative_strum Specialization) -> &'static str

Converts to this type from the input type.
§

impl From<Specialization> for &'static str

§

fn from(x: Specialization) -> &'static str

Converts to this type from the input type.
§

impl From<u32> for Specialization

§

fn from(number: u32) -> Specialization

Converts to this type from the input type.
§

impl FromPrimitive for Specialization

§

type Primitive = u32

§

fn from_primitive( number: <Specialization as FromPrimitive>::Primitive, ) -> Specialization

§

impl Hash for Specialization

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl IntoEnumIterator for Specialization

§

impl Ord for Specialization

§

fn cmp(&self, other: &Specialization) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for Specialization

§

fn eq(&self, other: &Specialization) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Specialization

§

fn partial_cmp(&self, other: &Specialization) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl Serialize for Specialization

§

fn serialize<__S>( &self, __serializer: __S, ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl VariantNames for Specialization

§

const VARIANTS: &'static [&'static str] = _

Names of the variants of this enum
§

impl Copy for Specialization

§

impl Eq for Specialization

§

impl StructuralPartialEq for Specialization

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

source§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,