Searched defs:UdpSocket (Results 1 – 5 of 5) sorted by relevance
25 pub struct UdpSocket { struct26 pub(crate) inner: net::UdpSocket, argument31 impl UdpSocket { impl42 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind()69 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std()624 impl fmt::Debug for UdpSocket { implementation636 impl Source for UdpSocket { implementation676 impl AsRawSocket for UdpSocket { implementation
60 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind()
65 pub struct UdpSocket { struct66 pub(crate) inner: net::UdpSocket, argument69 impl UdpSocket { implementation88 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind()99 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std()744 impl fmt::Debug for UdpSocket { implementation756 impl Source for UdpSocket { implementation
44 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<UdpSocket> { in bind()
67 pub struct UdpSocket { struct68 pub(crate) source: AsyncSource<ylong_io::UdpSocket>, argument76 impl Debug for UdpSocket { implementation88 impl UdpSocket { impl1409 impl AsRawSocket for UdpSocket { implementation1429 impl AsRawFd for UdpSocket { implementation1461 F: FnMut(&UdpSocket), in udp_try_bind_connect()