pub enum DbcVersion {
WDBC,
WDB2,
WDB3,
WDB4,
WDB5,
}Expand description
DBC file format version
Variants§
WDBC
Original WDBC format (World of Warcraft Classic)
WDB2
World of Warcraft: The Burning Crusade
WDB3
World of Warcraft: Wrath of the Lich King
WDB4
World of Warcraft: Cataclysm
WDB5
World of Warcraft: Mists of Pandaria
Implementations§
Trait Implementations§
Source§impl Clone for DbcVersion
impl Clone for DbcVersion
Source§fn clone(&self) -> DbcVersion
fn clone(&self) -> DbcVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DbcVersion
impl Debug for DbcVersion
Source§impl PartialEq for DbcVersion
impl PartialEq for DbcVersion
impl Copy for DbcVersion
impl Eq for DbcVersion
impl StructuralPartialEq for DbcVersion
Auto Trait Implementations§
impl Freeze for DbcVersion
impl RefUnwindSafe for DbcVersion
impl Send for DbcVersion
impl Sync for DbcVersion
impl Unpin for DbcVersion
impl UnwindSafe for DbcVersion
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