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