compio_driver

Type Alias RawFd

Source
pub type RawFd = isize;
Expand description

On windows, handle and socket are in the same size. Both of them could be attached to an IOCP. Therefore, both could be seen as fd.

Trait Implementations§

Source§

impl AsRawFd for RawFd

Source§

fn as_raw_fd(&self) -> RawFd

Extracts the raw fd.