Struct ndk_sys::ASurfaceTexture
source · #[repr(C)]pub struct ASurfaceTexture { /* private fields */ }
Trait Implementations§
source§impl Clone for ASurfaceTexture
impl Clone for ASurfaceTexture
source§fn clone(&self) -> ASurfaceTexture
fn clone(&self) -> ASurfaceTexture
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 ASurfaceTexture
impl Debug for ASurfaceTexture
impl Copy for ASurfaceTexture
Auto Trait Implementations§
impl Freeze for ASurfaceTexture
impl RefUnwindSafe for ASurfaceTexture
impl Send for ASurfaceTexture
impl Sync for ASurfaceTexture
impl Unpin for ASurfaceTexture
impl UnwindSafe for ASurfaceTexture
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