Trait std::os::windows::process::ExitStatusExt 1.12.0
[−]
[src]
pub trait ExitStatusExt {
fn from_raw(raw: u32) -> Self;
}Windows-specific extensions to std::process::ExitStatus
Required Methods
fn from_raw(raw: u32) -> Self
Creates a new ExitStatus from the raw underlying u32 return value of
a process.
Implementors
impl ExitStatusExt for ExitStatus