pub struct BigFileIndex {
pub unknown_types_map: Vec<(u32, u32)>,
pub entries: Vec<BigFileEntry>,
}Fields§
§unknown_types_map: Vec<(u32, u32)>§entries: Vec<BigFileEntry>Trait Implementations§
Source§impl Debug for BigFileIndex
impl Debug for BigFileIndex
Source§impl PartialEq for BigFileIndex
impl PartialEq for BigFileIndex
impl StructuralPartialEq for BigFileIndex
Auto Trait Implementations§
impl Freeze for BigFileIndex
impl RefUnwindSafe for BigFileIndex
impl Send for BigFileIndex
impl Sync for BigFileIndex
impl Unpin for BigFileIndex
impl UnwindSafe for BigFileIndex
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