#[repr(C)]pub struct VeryRawWindowHandle { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for VeryRawWindowHandle
impl Clone for VeryRawWindowHandle
source§fn clone(&self) -> VeryRawWindowHandle
fn clone(&self) -> VeryRawWindowHandle
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 VeryRawWindowHandle
impl Debug for VeryRawWindowHandle
source§impl From<AndroidNdkWindowHandle> for VeryRawWindowHandle
impl From<AndroidNdkWindowHandle> for VeryRawWindowHandle
source§fn from(value: AndroidNdkWindowHandle) -> Self
fn from(value: AndroidNdkWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<AppKitWindowHandle> for VeryRawWindowHandle
impl From<AppKitWindowHandle> for VeryRawWindowHandle
source§fn from(value: AppKitWindowHandle) -> Self
fn from(value: AppKitWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<DrmWindowHandle> for VeryRawWindowHandle
impl From<DrmWindowHandle> for VeryRawWindowHandle
source§fn from(value: DrmWindowHandle) -> Self
fn from(value: DrmWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<GbmWindowHandle> for VeryRawWindowHandle
impl From<GbmWindowHandle> for VeryRawWindowHandle
source§fn from(value: GbmWindowHandle) -> Self
fn from(value: GbmWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<HaikuWindowHandle> for VeryRawWindowHandle
impl From<HaikuWindowHandle> for VeryRawWindowHandle
source§fn from(value: HaikuWindowHandle) -> Self
fn from(value: HaikuWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<OrbitalWindowHandle> for VeryRawWindowHandle
impl From<OrbitalWindowHandle> for VeryRawWindowHandle
source§fn from(value: OrbitalWindowHandle) -> Self
fn from(value: OrbitalWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<RawWindowHandle> for VeryRawWindowHandle
impl From<RawWindowHandle> for VeryRawWindowHandle
source§fn from(value: RawWindowHandle) -> Self
fn from(value: RawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<UiKitWindowHandle> for VeryRawWindowHandle
impl From<UiKitWindowHandle> for VeryRawWindowHandle
source§fn from(value: UiKitWindowHandle) -> Self
fn from(value: UiKitWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for AndroidNdkWindowHandle
impl From<VeryRawWindowHandle> for AndroidNdkWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for AppKitWindowHandle
impl From<VeryRawWindowHandle> for AppKitWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for DrmWindowHandle
impl From<VeryRawWindowHandle> for DrmWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for GbmWindowHandle
impl From<VeryRawWindowHandle> for GbmWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for HaikuWindowHandle
impl From<VeryRawWindowHandle> for HaikuWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for OrbitalWindowHandle
impl From<VeryRawWindowHandle> for OrbitalWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for UiKitWindowHandle
impl From<VeryRawWindowHandle> for UiKitWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for WaylandWindowHandle
impl From<VeryRawWindowHandle> for WaylandWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for WebWindowHandle
impl From<VeryRawWindowHandle> for WebWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for Win32WindowHandle
impl From<VeryRawWindowHandle> for Win32WindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for WinRtWindowHandle
impl From<VeryRawWindowHandle> for WinRtWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for XcbWindowHandle
impl From<VeryRawWindowHandle> for XcbWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<VeryRawWindowHandle> for XlibWindowHandle
impl From<VeryRawWindowHandle> for XlibWindowHandle
source§fn from(value: VeryRawWindowHandle) -> Self
fn from(value: VeryRawWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<WaylandWindowHandle> for VeryRawWindowHandle
impl From<WaylandWindowHandle> for VeryRawWindowHandle
source§fn from(value: WaylandWindowHandle) -> Self
fn from(value: WaylandWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<WebWindowHandle> for VeryRawWindowHandle
impl From<WebWindowHandle> for VeryRawWindowHandle
source§fn from(value: WebWindowHandle) -> Self
fn from(value: WebWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<Win32WindowHandle> for VeryRawWindowHandle
impl From<Win32WindowHandle> for VeryRawWindowHandle
source§fn from(value: Win32WindowHandle) -> Self
fn from(value: Win32WindowHandle) -> Self
Converts to this type from the input type.
source§impl From<WinRtWindowHandle> for VeryRawWindowHandle
impl From<WinRtWindowHandle> for VeryRawWindowHandle
source§fn from(value: WinRtWindowHandle) -> Self
fn from(value: WinRtWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<XcbWindowHandle> for VeryRawWindowHandle
impl From<XcbWindowHandle> for VeryRawWindowHandle
source§fn from(value: XcbWindowHandle) -> Self
fn from(value: XcbWindowHandle) -> Self
Converts to this type from the input type.
source§impl From<XlibWindowHandle> for VeryRawWindowHandle
impl From<XlibWindowHandle> for VeryRawWindowHandle
source§fn from(value: XlibWindowHandle) -> Self
fn from(value: XlibWindowHandle) -> Self
Converts to this type from the input type.
source§impl Hash for VeryRawWindowHandle
impl Hash for VeryRawWindowHandle
source§impl PartialEq<VeryRawWindowHandle> for VeryRawWindowHandle
impl PartialEq<VeryRawWindowHandle> for VeryRawWindowHandle
source§fn eq(&self, other: &VeryRawWindowHandle) -> bool
fn eq(&self, other: &VeryRawWindowHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.