#[repr(u8)]
pub enum RawWindowHandleType {
Show 14 variants
Unknown,
UiKit,
AppKit,
Orbital,
Xlib,
Xcb,
Wayland,
Drm,
Gbm,
Win32,
WinRt,
Web,
AndroidNdk,
Haiku,
}
Variants§
Trait Implementations§
source§impl Clone for RawWindowHandleType
impl Clone for RawWindowHandleType
source§fn clone(&self) -> RawWindowHandleType
fn clone(&self) -> RawWindowHandleType
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 RawWindowHandleType
impl Debug for RawWindowHandleType
source§impl Hash for RawWindowHandleType
impl Hash for RawWindowHandleType
source§impl PartialEq<RawWindowHandleType> for RawWindowHandleType
impl PartialEq<RawWindowHandleType> for RawWindowHandleType
source§fn eq(&self, other: &RawWindowHandleType) -> bool
fn eq(&self, other: &RawWindowHandleType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.