Home
last modified time | relevance | path

Searched defs:ConnectedUdpSocket (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs62 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect()
306 pub struct ConnectedUdpSocket { struct
312 impl ConnectedUdpSocket { implementation
314 pub fn from_std(socket: UdpSocket) -> ConnectedUdpSocket { in from_std()
630 impl fmt::Debug for ConnectedUdpSocket { implementation
665 impl Source for ConnectedUdpSocket { implementation
700 impl AsRawSocket for ConnectedUdpSocket { implementation
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dudp_socket.rs264 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect()
397 pub struct ConnectedUdpSocket { struct
401 impl ConnectedUdpSocket { impl
408 pub fn from_std(socket: net::UdpSocket) -> ConnectedUdpSocket { in from_std()
753 impl fmt::Debug for ConnectedUdpSocket { implementation
787 impl Source for ConnectedUdpSocket { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs74 pub struct ConnectedUdpSocket { struct
75 pub(crate) source: AsyncSource<ylong_io::ConnectedUdpSocket>, argument
84 impl Debug for ConnectedUdpSocket { implementation
166 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect()
763 impl ConnectedUdpSocket { impl
1420 impl AsRawSocket for ConnectedUdpSocket { implementation
1440 impl AsRawFd for ConnectedUdpSocket { implementation