rust / 1.62.0 / std / os / windows / process / trait.childext.html /

Trait std::os::windows::process::ChildExt

pub trait ChildExt: Sealed {
    fn main_thread_handle(&self) -> BorrowedHandle<'_>;
}
🔬 This is a nightly-only experimental API. ( windows_process_extensions_main_thread_handle #96723)
Available on Windows only.

Required Methods

🔬 This is a nightly-only experimental API. ( windows_process_extensions_main_thread_handle #96723)

Extracts the main thread raw handle, without taking ownership

Implementors

© 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.ChildExt.html