1.12.0[−][src]Trait std::os::windows::process::ExitStatusExt
This is supported on Windows only.
Windows-specific extensions to process::ExitStatus
.
Required methods
fn from_raw(raw: u32) -> Self
This is supported on Windows only.
Creates a new ExitStatus
from the raw underlying u32
return value of
a process.