Trait AsRawHandle

Source
pub trait AsRawHandle {
    // Required method
    fn as_raw_handle(&self) -> RawHandle;
}
Expand description

Extracts raw handles.

Required Methods§

Source

fn as_raw_handle(&self) -> RawHandle

Extracts the raw handle, without taking any ownership.

Implementors§