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

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

Extract raw handles.

Required Methods

This is supported on Windows only.

Extracts the raw handle, without taking any ownership.

Implementors