Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/unix/
Dpoll_source.rs67 pub struct PollSource<F>(RegisteredSource<F>); struct
69 impl<F: AsRawDescriptor> PollSource<F> { impl
78 impl<F: AsRawDescriptor> Deref for PollSource<F> { implementation
86 impl<F: AsRawDescriptor> DerefMut for PollSource<F> { implementation
92 impl<F: AsRawDescriptor> PollSource<F> { impl
/external/crosvm/cros_async/src/
Dlib.rs124 PollSource(sys::unix::poll_source::Error), enumerator