Searched defs:TcpListener (Results 1 – 3 of 3) sorted by relevance
25 pub struct TcpListener { struct31 impl TcpListener { implementation43 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind()53 pub fn from_std(listener: net::TcpListener) -> TcpListener { in from_std()144 impl Source for TcpListener { implementation164 impl fmt::Debug for TcpListener { implementation170 impl IntoRawSocket for TcpListener { implementation176 impl AsRawSocket for TcpListener { implementation182 impl FromRawSocket for TcpListener { implementation184 unsafe fn from_raw_socket(socket: RawSocket) -> TcpListener { in from_raw_socket()
38 pub struct TcpListener { struct39 source: AsyncSource<ylong_io::TcpListener>, argument42 impl TcpListener { implementation71 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> { in bind()233 impl AsRawSocket for TcpListener { implementation248 impl AsRawFd for TcpListener { implementation
28 pub struct TcpListener { struct32 impl TcpListener { implementation37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind()175 impl Source for TcpListener { implementation194 impl std::fmt::Debug for TcpListener { implementation