Searched refs:WindowsWindowEventLoop (Results 1 – 2 of 2) sorted by relevance
492 pub struct WindowsWindowEventLoop<AppState: ApplicationState> { struct499 unsafe impl<T: ApplicationState> Send for WindowsWindowEventLoop<T> {} implementation501 impl<AppState: ApplicationState> WindowEventLoop<AppState> for WindowsWindowEventLoop<AppState> { implementation618 impl<AppState: ApplicationState> Drop for WindowsWindowEventLoop<AppState> { implementation737 unsafe { WindowsWindowEventLoop::create(0 as HWND, &size2(640, 480), StateBuilder) } in user_event_handler_can_call_into_wndproc()
13 pub(crate) use self::windows::WindowsWindowEventLoop as PlatformWindowEventLoop;