Searched defs:EpollEvent (Results 1 – 3 of 3) sorted by relevance
46 pub struct EpollEvent { struct50 impl EpollEvent { implementation136 event: &mut EpollEvent, in modify()146 events: &mut [EpollEvent], in wait()174 T: Into<Option<&'a mut EpollEvent>>, in epoll_ctl()217 T: Into<Option<&'a mut EpollEvent>>, in epoll_ctl()238 events: &mut [EpollEvent], in epoll_wait()
20 pub struct EpollEvent { struct24 impl EpollEvent { impl90 pub fn wait(&self, events: &mut [EpollEvent], timeout: isize) -> Result<usize> { in wait()113 T: Into<Option<&'a mut EpollEvent>>, in epoll_ctl()
78 pub struct EpollEvent(epoll_event); struct80 impl std::fmt::Debug for EpollEvent { implementation86 impl Deref for EpollEvent { implementation93 impl Default for EpollEvent { implementation102 impl EpollEvent { implementation262 &event as *const EpollEvent as *mut epoll_event, in ctl() constant