Searched defs:PollSource (Results 1 – 1 of 1) sorted by relevance
49 pub struct PollSource<F>(RegisteredSource<F>); struct51 impl<F: AsRawFd> PollSource<F> { implementation65 impl<F: AsRawFd> Deref for PollSource<F> { implementation73 impl<F: AsRawFd> DerefMut for PollSource<F> { implementation80 impl<F: AsRawFd> ReadAsync for PollSource<F> { implementation185 impl<F: AsRawFd> WriteAsync for PollSource<F> { implementation285 impl<F: AsRawFd> IoSourceExt<F> for PollSource<F> { implementation