pub trait ExitStatusExt {
fn from_raw(raw: u32) -> Self;
}
Windows-specific extensions to process::ExitStatus.
fn from_raw(raw: u32) -> SelfCreates a new ExitStatus from the raw underlying u32 return value of a process.
impl ExitStatusExt for ExitStatus[src]
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/windows/process/trait.ExitStatusExt.html