AsRawHandle in async_std::os::windows::io - Rust (original) (raw)
async_std1.13.1
Required Methods
Implementors
In async_std::os::windows::io
Trait AsRawHandle
pub trait AsRawHandle {
// Required method
fn as_raw_handle(&self) -> RawHandle;
}
Expand description
Extracts raw handles.
Required Methods§
fn as_raw_handle(&self) -> RawHandle
Extracts the raw handle, without taking any ownership.