Trait std::os::windows::io::AsRawHandle 1.0.0[−][src]
pub trait AsRawHandle {
fn as_raw_handle(&self) -> RawHandle;
}
This is supported on Windows only.
Expand description
Extracts raw handles.
Required methods
fn as_raw_handle(&self) -> RawHandle
fn as_raw_handle(&self) -> RawHandle
Extracts the raw handle, without taking any ownership.