Trait polling::os::iocp::AsRawWaitable

source ·
pub trait AsRawWaitable {
    // Required method
    fn as_raw_handle(&self) -> RawHandle;
}
Expand description

A type that represents a waitable handle.

Required Methods§

source

fn as_raw_handle(&self) -> RawHandle

Returns the raw handle of this waitable.

Implementations on Foreign Types§

source§

impl AsRawWaitable for RawHandle

source§

impl<T: AsRawHandle + ?Sized> AsRawWaitable for &T

Implementors§