[−][src]Trait winapi_util::AsHandleRef
Construct borrowed and valid Windows handles from file-like objects.
Required methods
fn as_handle_ref(&self) -> HandleRef
A borrowed handle that wraps the raw handle of the Self object.
Provided methods
fn as_raw(&self) -> RawHandle
A convenience routine for extracting a HandleRef from Self, and
then extracting a raw handle from the HandleRef.