pub struct CacheIndex {
pub container_info: IdxContainerInfo,
/* private fields */
}
Fields§
§container_info: IdxContainerInfo
Implementations§
Source§impl CacheIndex
impl CacheIndex
pub fn container_data( &mut self, data_file: MutexGuard<'_, BufReader<File>>, archive_id: u32, ) -> Option<Vec<u8>>
pub fn get_total_files(&mut self) -> u32
Auto Trait Implementations§
impl Freeze for CacheIndex
impl RefUnwindSafe for CacheIndex
impl Send for CacheIndex
impl Sync for CacheIndex
impl Unpin for CacheIndex
impl UnwindSafe for CacheIndex
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