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 UdpSocketPair
impl Send for UdpSocketPair
impl Sync for UdpSocketPair
impl Unpin for UdpSocketPair
impl UnwindSafe for UdpSocketPair
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
