Struct chrome_cache_parser::block_file::LazyBlockFile
source · pub struct LazyBlockFile { /* private fields */ }Implementations§
source§impl LazyBlockFile
impl LazyBlockFile
Represents a block file in the chrome cache. It has a header, providing some metadata about the file, followed by a series of contiguous blocks of a fixed size, defined by a field within the header.
Auto Trait Implementations§
impl Freeze for LazyBlockFile
impl RefUnwindSafe for LazyBlockFile
impl !Send for LazyBlockFile
impl !Sync for LazyBlockFile
impl Unpin for LazyBlockFile
impl UnwindSafe for LazyBlockFile
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