#[repr(u8)]pub enum RawDisplayHandleType {
Show 13 variants
Unknown = 0,
UiKit = 1,
AppKit = 2,
Orbital = 3,
Xlib = 4,
Xcb = 5,
Wayland = 6,
Drm = 7,
Gbm = 8,
Windows = 9,
Web = 10,
Android = 11,
Haiku = 12,
}
Variants§
Unknown = 0
UiKit = 1
AppKit = 2
Orbital = 3
Xlib = 4
Xcb = 5
Wayland = 6
Drm = 7
Gbm = 8
Windows = 9
Web = 10
Android = 11
Haiku = 12
Trait Implementations§
Source§impl Clone for RawDisplayHandleType
impl Clone for RawDisplayHandleType
Source§fn clone(&self) -> RawDisplayHandleType
fn clone(&self) -> RawDisplayHandleType
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 RawDisplayHandleType
impl Debug for RawDisplayHandleType
Source§impl Hash for RawDisplayHandleType
impl Hash for RawDisplayHandleType
Source§impl PartialEq for RawDisplayHandleType
impl PartialEq for RawDisplayHandleType
impl Copy for RawDisplayHandleType
impl Eq for RawDisplayHandleType
impl StructuralPartialEq for RawDisplayHandleType
Auto Trait Implementations§
impl Freeze for RawDisplayHandleType
impl RefUnwindSafe for RawDisplayHandleType
impl Send for RawDisplayHandleType
impl Sync for RawDisplayHandleType
impl Unpin for RawDisplayHandleType
impl UnwindSafe for RawDisplayHandleType
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