#[repr(C)]pub struct AAssetDir { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AAssetDir
impl RefUnwindSafe for AAssetDir
impl Send for AAssetDir
impl Sync for AAssetDir
impl Unpin for AAssetDir
impl UnwindSafe for AAssetDir
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