Searched defs:UdpSocket (Results 1 – 5 of 5) sorted by relevance
25 pub struct UdpSocket { struct26 pub(crate) inner: net::UdpSocket, argument31 impl UdpSocket { implementation42 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 { implementation694 impl AsRawSocket for UdpSocket { implementation
61 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 { impl91 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind()102 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std()747 impl fmt::Debug for UdpSocket { implementation759 impl Source for UdpSocket { implementation
46 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<UdpSocket> { in bind()
69 pub struct UdpSocket { struct70 pub(crate) source: AsyncSource<ylong_io::UdpSocket>, argument78 impl Debug for UdpSocket { implementation90 impl UdpSocket { impl1413 impl AsRawSocket for UdpSocket { implementation1433 impl AsRawFd for UdpSocket { implementation