Skip to main content

ChildExt

Trait ChildExt 

Source
pub trait ChildExt {
    // Required method
    fn main_thread_handle(&self) -> BorrowedHandle<'_>;
}
This trait cannot be implemented outside std.
🔬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)
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).

Extracts the main thread raw handle, without taking ownership

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§