#[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 duplicate 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
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