Searched refs:WindowProcedureThread (Results 1 – 5 of 5) sorted by relevance
20 use crate::WindowProcedureThread;46 wndproc_thread: WindowProcedureThread, in open_winapi() argument54 wndproc_thread: WindowProcedureThread, in open_winapi() argument
42 pub use window_procedure_thread::WindowProcedureThread;80 wndproc_thread: WindowProcedureThread<Surface>,89 wndproc_thread: WindowProcedureThread<Surface>, in new()
69 pub struct WindowProcedureThread<T: HandleWindowMessage> { struct77 impl<T: HandleWindowMessage> WindowProcedureThread<T> { argument334 impl<T: HandleWindowMessage> Drop for WindowProcedureThread<T> { implementation347 unsafe impl<T: HandleWindowMessage> Send for WindowProcedureThread<T> {} implementation
215 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build() argument1033 #[cfg(windows)] wndproc_thread: &mut Option<WindowProcedureThread>, in build() argument1073 wndproc_thread: Option<WindowProcedureThread>,1095 #[cfg(windows)] wndproc_thread: WindowProcedureThread, in new() argument1547 ) -> anyhow::Result<WindowProcedureThread> { in start_wndproc_thread() argument1548 WindowProcedureThread::start_thread(vm_tube) in start_wndproc_thread()
41 pub type WindowProcedureThread = gpu_display_win::WindowProcedureThread<gpu_display_win::Surface>; typedef