Function nix::sys::epoll::epoll_ctl [−][src]
pub fn epoll_ctl<'a, T>(
epfd: RawFd,
op: EpollOp,
fd: RawFd,
event: T
) -> Result<()> where
T: Into<Option<&'a mut EpollEvent>>,
pub fn epoll_ctl<'a, T>(
epfd: RawFd,
op: EpollOp,
fd: RawFd,
event: T
) -> Result<()> where
T: Into<Option<&'a mut EpollEvent>>,