Lines Matching defs:std
20 use std::fmt;
21 use std::marker::PhantomData;
22 use std::mem::ManuallyDrop;
23 use std::ops::Deref;
216 unsafe impl FilelikeViewType for std::fs::File {}
217 unsafe impl SocketlikeViewType for std::net::TcpStream {}
218 unsafe impl SocketlikeViewType for std::net::TcpListener {}
219 unsafe impl SocketlikeViewType for std::net::UdpSocket {}
221 unsafe impl SocketlikeViewType for std::os::unix::net::UnixStream {}
223 unsafe impl SocketlikeViewType for std::os::unix::net::UnixListener {}
226 unsafe impl SocketlikeViewType for std::os::unix::net::UnixDatagram {}