Struct solana_net_utils::UdpSocketPair 
source · pub struct UdpSocketPair {
    pub addr: SocketAddr,
    pub receiver: UdpSocket,
    pub sender: UdpSocket,
}Expand description
A data type representing a public Udp socket
Fields§
§addr: SocketAddr§receiver: UdpSocket§sender: UdpSocketAuto Trait Implementations§
impl RefUnwindSafe for UdpSocketPair
impl Send for UdpSocketPair
impl Sync for UdpSocketPair
impl Unpin for UdpSocketPair
impl UnwindSafe for UdpSocketPair
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more