Trait std::os::windows::io::AsHandle [−][src]
pub trait AsHandle {
fn as_handle(&self) -> BorrowedHandle<'_>;
}
This is supported on Windows only.
Expand description
从底层对象借用句柄的 trait。
pub trait AsHandle {
fn as_handle(&self) -> BorrowedHandle<'_>;
}
从底层对象借用句柄的 trait。