Trait async_std::os::windows::io::AsRawHandle

source ·
pub trait AsRawHandle {
    // Required method
    fn as_raw_handle(&self) -> RawHandle;
}
Expand description

Extracts raw handles.

Required Methods§

source

fn as_raw_handle(&self) -> RawHandle

Extracts the raw handle, without taking any ownership.

Implementors§