Searched defs:PollFd (Results 1 – 3 of 3) sorted by relevance
17 pub struct PollFd { struct21 impl PollFd { implementation24 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new()71 impl AsRawFd for PollFd { implementation155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll()
57 pub struct PollFd<'fd> { struct63 impl<'fd> fmt::Debug for PollFd<'fd> { argument73 impl<'fd> PollFd<'fd> { implementation119 impl<'fd> AsFd for PollFd<'fd> { implementation129 impl<'fd> io_lifetimes::AsSocket for PollFd<'fd> { implementation
40 pub struct PollFd<'fd> { struct46 impl<'fd> PollFd<'fd> { argument88 impl<'fd> AsFd for PollFd<'fd> { implementation