pub trait AsRawHandle {
fn as_raw_handle(&self) -> RawHandle;
}
Available 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.