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

Extracts raw handles.

Required Methods

Extracts the raw handle, without taking any ownership.

Implementors