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

source ·
pub trait ChildExt: Sealed {
    // Required method
    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§

source

fn main_thread_handle(&self) -> BorrowedHandle<'_>

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

Extracts the main thread raw handle, without taking ownership

Implementors§