Searched defs:ConnectedUdpSocket (Results 1 – 3 of 3) sorted by relevance
62 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect()306 pub struct ConnectedUdpSocket { struct312 impl ConnectedUdpSocket { implementation314 pub fn from_std(socket: UdpSocket) -> ConnectedUdpSocket { in from_std()630 impl fmt::Debug for ConnectedUdpSocket { implementation665 impl Source for ConnectedUdpSocket { implementation700 impl AsRawSocket for ConnectedUdpSocket { implementation
264 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect()397 pub struct ConnectedUdpSocket { struct401 impl ConnectedUdpSocket { impl408 pub fn from_std(socket: net::UdpSocket) -> ConnectedUdpSocket { in from_std()753 impl fmt::Debug for ConnectedUdpSocket { implementation787 impl Source for ConnectedUdpSocket { implementation
74 pub struct ConnectedUdpSocket { struct75 pub(crate) source: AsyncSource<ylong_io::ConnectedUdpSocket>, argument84 impl Debug for ConnectedUdpSocket { implementation166 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect()763 impl ConnectedUdpSocket { impl1420 impl AsRawSocket for ConnectedUdpSocket { implementation1440 impl AsRawFd for ConnectedUdpSocket { implementation