Struct ndk_sys::AAssetManager
source · #[repr(C)]pub struct AAssetManager { /* private fields */ }
Trait Implementations§
source§impl Clone for AAssetManager
impl Clone for AAssetManager
source§fn clone(&self) -> AAssetManager
fn clone(&self) -> AAssetManager
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AAssetManager
impl Debug for AAssetManager
impl Copy for AAssetManager
Auto Trait Implementations§
impl Freeze for AAssetManager
impl RefUnwindSafe for AAssetManager
impl Send for AAssetManager
impl Sync for AAssetManager
impl Unpin for AAssetManager
impl UnwindSafe for AAssetManager
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