pub struct PackLoadingLane { /* private fields */ }
Expand description
A “Lane” responsible for the I/O task of reading raw asset data from a data.pack
file.
This struct encapsulates the low-level logic of seeking to a specific location in the pack file and reading the correct number of bytes.
Implementations§
Auto Trait Implementations§
impl Freeze for PackLoadingLane
impl RefUnwindSafe for PackLoadingLane
impl Send for PackLoadingLane
impl Sync for PackLoadingLane
impl Unpin for PackLoadingLane
impl UnwindSafe for PackLoadingLane
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