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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more