Struct solana_net_utils::UdpSocketPair [−][src]
pub struct UdpSocketPair { pub addr: SocketAddr, pub receiver: UdpSocket, pub sender: UdpSocket, }
A data type representing a public Udp socket
Fields
addr: SocketAddr
receiver: UdpSocket
sender: UdpSocket
Auto Trait Implementations
impl RefUnwindSafe for UdpSocketPair
impl RefUnwindSafe for UdpSocketPair
impl Send for UdpSocketPair
impl Send for UdpSocketPair
impl Sync for UdpSocketPair
impl Sync for UdpSocketPair
impl Unpin for UdpSocketPair
impl Unpin for UdpSocketPair
impl UnwindSafe for UdpSocketPair
impl UnwindSafe for UdpSocketPair