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