pub struct DefBin {
pub header: DefBinHeader,
pub entries: Vec<DefBinNameLookup>,
}Expand description
Compiled def format.
These are found at Data/Defs, Data/Lang, Data/Misc, and Data/Shaders.
The Data/CompiledDefs/names.bin is an important index of names used by other defs.
§Format Description
WIP
Fields§
§header: DefBinHeader§entries: Vec<DefBinNameLookup>Auto Trait Implementations§
impl Freeze for DefBin
impl RefUnwindSafe for DefBin
impl Send for DefBin
impl Sync for DefBin
impl Unpin for DefBin
impl UnwindSafe for DefBin
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