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