pub struct PackAsset(_);
Implementations
sourceimpl PackAsset
impl PackAsset
pub fn get_asset_data(&self, path: &str) -> Option<&[u8]>
pub fn make_fetch_engine(&self) -> MapFetchEngine
Auto Trait Implementations
impl RefUnwindSafe for PackAsset
impl Send for PackAsset
impl Sync for PackAsset
impl Unpin for PackAsset
impl UnwindSafe for PackAsset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more