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