pub fn move_window_to_desktop<T>(desktop: T, hwnd: &HWND) -> Result<()>
where T: Into<Desktop> + Send + 'static + Copy,
Expand description

Move window to desktop by index or GUID