Trait io_at::os::windows::AsRaw1.0.0 [] [src]

pub trait AsRaw {
    fn as_raw_handle(&self) -> *mut c_void;
}

Extract raw handles.

Required Methods

Extracts the raw handle, without taking any ownership.

Implementors