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 Send for UdpSocketPair
impl Sync for UdpSocketPair
impl Unpin for UdpSocketPair
impl UnwindSafe for UdpSocketPair
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,