The feature gate for the issue is #![feature(windows_process_extensions_desktop)].
This is a tracking issue for a new desktop builder method of the Windows-specific CommandExt extension trait.
It will add the ability to configure the lpDesktop field of the STARTUPINFOW struct before calling CreateProcessW.
Public API
// std::os::windows::process
pub trait CommandExt: Sealed {
fn desktop<S: AsRef<OsStr>>(&mut self, desktop: S) -> &mut process::Command;
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
Unresolved Questions
The feature gate for the issue is
#![feature(windows_process_extensions_desktop)].This is a tracking issue for a new
desktopbuilder method of the Windows-specific CommandExt extension trait.It will add the ability to configure the lpDesktop field of the STARTUPINFOW struct before calling
CreateProcessW.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)std::os::windows::process::CommandExtlibs-team#221desktopmethod toCommandExt#158855Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩