Trait winit::os::windows::WindowExt [] [src]

pub trait WindowExt {
    fn get_hwnd(&self) -> *mut c_void;
}

Additional methods on Window that are specific to Windows.

Required Methods

Returns the native handle that is used by this window.

The pointer will become invalid when the native window was destroyed.

Implementors