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