pub struct DataFiles { /* private fields */ }
Expand description
A map of data files, lazily loaded and cached. Provides a method to get a cache entry from a cache address, selecting the approapriate data file by the file number in the cache address.
Implementations§
Auto Trait Implementations§
impl Freeze for DataFiles
impl RefUnwindSafe for DataFiles
impl !Send for DataFiles
impl !Sync for DataFiles
impl Unpin for DataFiles
impl UnwindSafe for DataFiles
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