Trait std::os::windows::process::CommandExt 1.16.0[−][src]
This is supported on Windows only.
Windows-specific extensions to the process::Command builder.
This trait is sealed: it cannot be implemented outside the standard library. This is so that future additional methods are not breaking changes.
Required methods
fn creation_flags(&mut self, flags: u32) -> &mut Command[src]
Sets the process creation flags to be passed to CreateProcess.
These will always be ORed with CREATE_UNICODE_ENVIRONMENT.