Struct ndk::asset::AssetManager
source · pub struct AssetManager { /* private fields */ }Expand description
A native AAssetManager *
Implementations§
source§impl AssetManager
impl AssetManager
sourcepub unsafe fn from_ptr(ptr: NonNull<AAssetManager>) -> Self
pub unsafe fn from_ptr(ptr: NonNull<AAssetManager>) -> Self
Create an AssetManager from a pointer
Safety
By calling this function, you assert that the pointer is a valid pointer to a native
AAssetManager.
sourcepub fn ptr(&self) -> NonNull<AAssetManager>
pub fn ptr(&self) -> NonNull<AAssetManager>
Returns the pointer to the native AAssetManager.
Trait Implementations§
source§impl Debug for AssetManager
impl Debug for AssetManager
impl Send for AssetManager
impl Sync for AssetManager
Auto Trait Implementations§
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