pub struct WowRoot {
pub fid_md5: BTreeMap<u32, BTreeMap<LocaleContentFlags, Md5>>,
pub name_hash_fid: HashMap<u64, u32>,
}
Expand description
WoW TACT Root parser.
Fields§
§fid_md5: BTreeMap<u32, BTreeMap<LocaleContentFlags, Md5>>
Mapping of File ID -> Flags + MD5
name_hash_fid: HashMap<u64, u32>
Mapping of jenkins3_hashpath
-> file ID.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WowRoot
impl RefUnwindSafe for WowRoot
impl Send for WowRoot
impl Sync for WowRoot
impl Unpin for WowRoot
impl UnwindSafe for WowRoot
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