Home
last modified time | relevance | path

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

/external/rust/crates/mio/src/
Dio_source.rs62 pub struct IoSource<T> { struct
63 state: IoSourceState, argument
69 impl<T> IoSource<T> { argument
114 impl<T> Deref for IoSource<T> { implementation
126 impl<T> DerefMut for IoSource<T> { implementation
133 impl<T> event::Source for IoSource<T> implementation
167 impl<T> event::Source for IoSource<T> implementation
201 impl<T> fmt::Debug for IoSource<T> implementation