#[repr(C)]pub struct AndroidHandle {
pub a_native_window: *mut c_void,
}Fields§
§a_native_window: *mut c_voidA pointer to an ANativeWindow.
Trait Implementations§
Source§impl Clone for AndroidHandle
impl Clone for AndroidHandle
Source§fn clone(&self) -> AndroidHandle
fn clone(&self) -> AndroidHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AndroidHandle
impl Debug for AndroidHandle
Source§impl Hash for AndroidHandle
impl Hash for AndroidHandle
Source§impl Ord for AndroidHandle
impl Ord for AndroidHandle
Source§fn cmp(&self, other: &AndroidHandle) -> Ordering
fn cmp(&self, other: &AndroidHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AndroidHandle
impl PartialEq for AndroidHandle
Source§fn eq(&self, other: &AndroidHandle) -> bool
fn eq(&self, other: &AndroidHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AndroidHandle
impl PartialOrd for AndroidHandle
impl Copy for AndroidHandle
impl Eq for AndroidHandle
impl StructuralPartialEq for AndroidHandle
Auto Trait Implementations§
impl Freeze for AndroidHandle
impl RefUnwindSafe for AndroidHandle
impl !Send for AndroidHandle
impl !Sync for AndroidHandle
impl Unpin for AndroidHandle
impl UnsafeUnpin for AndroidHandle
impl UnwindSafe for AndroidHandle
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