Struct raw_window_handle::AndroidDisplayHandle 
source · #[non_exhaustive]pub struct AndroidDisplayHandle;Expand description
Raw display handle for Android.
Construction
let mut display_handle = AndroidDisplayHandle::empty();
/* set fields */Implementations§
Trait Implementations§
source§impl Clone for AndroidDisplayHandle
 
impl Clone for AndroidDisplayHandle
source§fn clone(&self) -> AndroidDisplayHandle
 
fn clone(&self) -> AndroidDisplayHandle
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 AndroidDisplayHandle
 
impl Debug for AndroidDisplayHandle
source§impl From<AndroidDisplayHandle> for RawDisplayHandle
 
impl From<AndroidDisplayHandle> for RawDisplayHandle
source§fn from(value: AndroidDisplayHandle) -> Self
 
fn from(value: AndroidDisplayHandle) -> Self
Converts to this type from the input type.
source§impl Hash for AndroidDisplayHandle
 
impl Hash for AndroidDisplayHandle
source§impl PartialEq for AndroidDisplayHandle
 
impl PartialEq for AndroidDisplayHandle
source§fn eq(&self, other: &AndroidDisplayHandle) -> bool
 
fn eq(&self, other: &AndroidDisplayHandle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for AndroidDisplayHandle
impl Eq for AndroidDisplayHandle
impl StructuralEq for AndroidDisplayHandle
impl StructuralPartialEq for AndroidDisplayHandle
Auto Trait Implementations§
impl RefUnwindSafe for AndroidDisplayHandle
impl Send for AndroidDisplayHandle
impl Sync for AndroidDisplayHandle
impl Unpin for AndroidDisplayHandle
impl UnwindSafe for AndroidDisplayHandle
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