#[repr(C)]pub struct MacOSHandle {
pub ns_window: *mut c_void,
pub ns_view: *mut c_void,
}Fields§
§ns_window: *mut c_void§ns_view: *mut c_voidTrait Implementations§
Source§impl Clone for MacOSHandle
impl Clone for MacOSHandle
Source§fn clone(&self) -> MacOSHandle
fn clone(&self) -> MacOSHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MacOSHandle
Source§impl Debug for MacOSHandle
impl Debug for MacOSHandle
impl Eq for MacOSHandle
Source§impl Hash for MacOSHandle
impl Hash for MacOSHandle
Source§impl Ord for MacOSHandle
impl Ord for MacOSHandle
Source§fn cmp(&self, other: &MacOSHandle) -> Ordering
fn cmp(&self, other: &MacOSHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MacOSHandle
impl PartialEq for MacOSHandle
Source§impl PartialOrd for MacOSHandle
impl PartialOrd for MacOSHandle
impl StructuralPartialEq for MacOSHandle
Auto Trait Implementations§
impl !Send for MacOSHandle
impl !Sync for MacOSHandle
impl Freeze for MacOSHandle
impl RefUnwindSafe for MacOSHandle
impl Unpin for MacOSHandle
impl UnsafeUnpin for MacOSHandle
impl UnwindSafe for MacOSHandle
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