Available on Windows only.
Expand description
Windows-specific extensions to primitives in the std::process
module.
Structs§
- Proc
Thread Attribute List Experimental - A wrapper around windows
ProcThreadAttributeList
. - Proc
Thread Attribute List Builder Experimental - Builder for constructing a
ProcThreadAttributeList
.
Traits§
- Command
Ext - Windows-specific extensions to the
process::Command
builder. - Exit
Status Ext - Windows-specific extensions to
process::ExitStatus
. - Child
Ext Experimental - Exit
Code Ext Experimental - Windows-specific extensions to
process::ExitCode
.