pub struct DummyVpk;Expand description
A dummy implementation that ignores VPK files. Forces the FileSystem to read exclusively from physical disk directories.
Trait Implementations§
Source§impl PackFile for DummyVpk
impl PackFile for DummyVpk
impl Copy for DummyVpk
Auto Trait Implementations§
impl Freeze for DummyVpk
impl RefUnwindSafe for DummyVpk
impl Send for DummyVpk
impl Sync for DummyVpk
impl Unpin for DummyVpk
impl UnsafeUnpin for DummyVpk
impl UnwindSafe for DummyVpk
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