W3cubDocs

/Rust

Trait std::os::windows::process::ExitStatusExt

pub trait ExitStatusExt {
    fn from_raw(raw: u32) -> Self;
}
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.

Loading content...

Implementors

impl ExitStatusExt for ExitStatus[src]

Loading content...

© 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