Struct raw_window_handle::appkit::AppKitDisplayHandle
source · #[non_exhaustive]pub struct AppKitDisplayHandle;
Expand description
Raw display handle for AppKit.
Construction
let mut display_handle = AppKitDisplayHandle::empty();
/* set fields */
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<AppKitDisplayHandle> for AppKitDisplayHandle
impl PartialEq<AppKitDisplayHandle> 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 ==
.