pub enum RawWindow {
Win32(*mut c_void),
AppKit(*mut c_void),
X11(c_ulong),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawWindow
impl RefUnwindSafe for RawWindow
impl !Send for RawWindow
impl !Sync for RawWindow
impl Unpin for RawWindow
impl UnwindSafe for RawWindow
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