Searched defs:TcpListener (Results 1 – 3 of 3) sorted by relevance
25 pub struct TcpListener { struct26 pub(crate) inner: net::TcpListener, argument31 impl TcpListener { argument43 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 { implementation[all …]
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 { struct29 pub(crate) inner: net::TcpListener, argument32 impl TcpListener { impl37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind()175 impl Source for TcpListener { implementation194 impl std::fmt::Debug for TcpListener { implementation