pub trait AsRawHandle {
// Required method
fn as_raw_handle(&self) -> RawHandle;
}
Expand description
Extracts raw handles.
Required Methods§
sourcefn as_raw_handle(&self) -> RawHandle
fn as_raw_handle(&self) -> RawHandle
Extracts the raw handle, without taking any ownership.