Searched defs:ConnectedUdpSocket (Results 1 – 4 of 4) sorted by relevance
62 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect()306 pub struct ConnectedUdpSocket { struct312 impl ConnectedUdpSocket { argument314 pub fn from_std(socket: UdpSocket) -> ConnectedUdpSocket { in from_std()630 impl fmt::Debug for ConnectedUdpSocket { implementation656 impl Source for ConnectedUdpSocket { implementation682 impl AsRawSocket for ConnectedUdpSocket { implementation
261 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect()394 pub struct ConnectedUdpSocket { struct398 impl ConnectedUdpSocket { impl405 pub fn from_std(socket: net::UdpSocket) -> ConnectedUdpSocket { in from_std()750 impl fmt::Debug for ConnectedUdpSocket { implementation775 impl Source for ConnectedUdpSocket { implementation
72 pub struct ConnectedUdpSocket { struct73 pub(crate) source: AsyncSource<ylong_io::ConnectedUdpSocket>, argument82 impl Debug for ConnectedUdpSocket { implementation164 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect()759 impl ConnectedUdpSocket { implementation1416 impl AsRawSocket for ConnectedUdpSocket { implementation1436 impl AsRawFd for ConnectedUdpSocket { implementation1459 ) -> io::Result<(ConnectedUdpSocket, ConnectedUdpSocket)> in udp_try_bind_connect()
179 fn sdv_udp_try_send(connected_sender: ylong_runtime::net::ConnectedUdpSocket) { in sdv_udp_try_send()