Searched defs:UnixListener (Results 1 – 3 of 3) sorted by relevance
27 pub struct UnixListener { struct28 pub(crate) inner: net::UnixListener, argument31 impl UnixListener { implementation42 pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixListener> { in bind()110 pub fn from_std(socket: net::UnixListener) -> UnixListener { in from_std()126 pub fn try_clone(&self) -> io::Result<UnixListener> { in try_clone()165 impl Source for UnixListener { implementation184 impl std::fmt::Debug for UnixListener { implementation190 impl IntoRawFd for UnixListener { implementation196 impl FromRawFd for UnixListener { implementation[all …]
26 pub(crate) fn bind(path: &Path) -> io::Result<net::UnixListener> { in bind()
25 pub struct UnixListener { struct26 source: AsyncSource<ylong_io::UnixListener>, argument29 impl UnixListener { implementation44 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixListener> { in bind()87 pub fn from_std(listener: net::UnixListener) -> Result<UnixListener> { in from_std()111 impl fmt::Debug for UnixListener { implementation117 impl AsRawFd for UnixListener { implementation123 impl AsFd for UnixListener { implementation