Module process
Windows-specific extensions to primitives in the std::process module.
Structs
-
ProcThreadAttributeList
A wrapper around windows [
ProcThreadAttributeList][1]. -
ProcThreadAttributeListBuilder
Builder for constructing a
ProcThreadAttributeList. - ProcThreadAttributeValue Wrapper around the value data to be used as a Process Thread Attribute.
Traits
- ChildExt
-
CommandExt
Windows-specific extensions to the
process::Commandbuilder. -
ExitCodeExt
Windows-specific extensions to
process::ExitCode. -
ExitStatusExt
Windows-specific extensions to
process::ExitStatus.