Home
last modified time | relevance | path

Searched defs:PollSource (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/cros_async/src/
Dpoll_source.rs49 pub struct PollSource<F>(RegisteredSource<F>); struct
51 impl<F: AsRawFd> PollSource<F> { implementation
65 impl<F: AsRawFd> Deref for PollSource<F> { implementation
73 impl<F: AsRawFd> DerefMut for PollSource<F> { implementation
80 impl<F: AsRawFd> ReadAsync for PollSource<F> { implementation
185 impl<F: AsRawFd> WriteAsync for PollSource<F> { implementation
285 impl<F: AsRawFd> IoSourceExt<F> for PollSource<F> { implementation