Struct wgpu::rwh::AppKitDisplayHandle
source · #[non_exhaustive]pub struct AppKitDisplayHandle {}
Expand description
Raw display handle for AppKit.
Implementations§
source§impl AppKitDisplayHandle
impl AppKitDisplayHandle
sourcepub fn new() -> AppKitDisplayHandle
pub fn new() -> AppKitDisplayHandle
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) -> RawDisplayHandle
fn from(value: AppKitDisplayHandle) -> RawDisplayHandle
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 StructuralEq for AppKitDisplayHandle
impl StructuralPartialEq for AppKitDisplayHandle
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.