Trait std::os::windows::io::AsRawHandle1.0.0[][src]

pub trait AsRawHandle {
    fn as_raw_handle(&self) -> RawHandle;
}
This is supported on Windows only.
Expand description

提取原始句柄。

Required methods

提取原始句柄,无需任何所有权。

Implementors