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