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