Searched defs:UdpSocket (Results 1 – 5 of 5) sorted by relevance
25 pub struct UdpSocket { struct31 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 { implementation676 impl AsRawSocket for UdpSocket { implementation
60 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind()
65 pub struct UdpSocket { struct69 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 { struct76 impl Debug for UdpSocket { implementation88 impl UdpSocket { implementation1409 impl AsRawSocket for UdpSocket { implementation1429 impl AsRawFd for UdpSocket { implementation1461 F: FnMut(&UdpSocket), in udp_try_bind_connect()