Home
last modified time | relevance | path

Searched defs:WindowsWindowEventLoop (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs492 pub struct WindowsWindowEventLoop<AppState: ApplicationState> { struct
499 unsafe impl<T: ApplicationState> Send for WindowsWindowEventLoop<T> {} argument
501 impl<AppState: ApplicationState> WindowEventLoop<AppState> for WindowsWindowEventLoop<AppState> { implementation
618 impl<AppState: ApplicationState> Drop for WindowsWindowEventLoop<AppState> { implementation