pub enum Language {
Show 18 variants
Universal,
Orcish,
Darnassian,
Taurahe,
Dwarvish,
Common,
Demonic,
Titan,
Thalassian,
Draconic,
Kalimag,
Gnomish,
Troll,
Gutterspeak,
Draenei,
Zombie,
GnomishBinary,
GoblinBinary,
}Available on crate feature
wrath only.Expand description
Auto generated from the original wowm in file wow_message_parser/wowm/world/social/social_common_2_4_3.wowm:359:
enum Language : u8 {
UNIVERSAL = 0;
ORCISH = 1;
DARNASSIAN = 2;
TAURAHE = 3;
DWARVISH = 6;
COMMON = 7;
DEMONIC = 8;
TITAN = 9;
THALASSIAN = 10;
DRACONIC = 11;
KALIMAG = 12;
GNOMISH = 13;
TROLL = 14;
GUTTERSPEAK = 33;
DRAENEI = 35;
ZOMBIE = 36;
GNOMISH_BINARY = 37;
GOBLIN_BINARY = 38;
}Variants§
Universal
Orcish
Darnassian
Taurahe
Dwarvish
Common
Demonic
Titan
Thalassian
Draconic
Kalimag
Gnomish
Troll
Gutterspeak
Draenei
Zombie
GnomishBinary
GoblinBinary
Implementations§
Trait Implementations§
Source§impl Ord for Language
impl Ord for Language
Source§impl PartialOrd for Language
impl PartialOrd for Language
impl Copy for Language
impl Eq for Language
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl Freeze for Language
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnwindSafe for Language
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more