Lines Matching defs:mio
257 #[cfg(feature = "mio")]
258 unsafe impl SocketlikeViewType for mio::net::TcpStream {}
259 #[cfg(feature = "mio")]
260 unsafe impl SocketlikeViewType for mio::net::TcpListener {}
261 #[cfg(feature = "mio")]
262 unsafe impl SocketlikeViewType for mio::net::UdpSocket {}
264 #[cfg(feature = "mio")]
265 unsafe impl SocketlikeViewType for mio::net::UnixDatagram {}
267 #[cfg(feature = "mio")]
268 unsafe impl SocketlikeViewType for mio::net::UnixListener {}
270 #[cfg(feature = "mio")]
271 unsafe impl SocketlikeViewType for mio::net::UnixStream {}
273 #[cfg(feature = "mio")]
274 unsafe impl FilelikeViewType for mio::unix::pipe::Receiver {}
276 #[cfg(feature = "mio")]
277 unsafe impl FilelikeViewType for mio::unix::pipe::Sender {}