Struct netstat::UdpSocketInfo[][src]

pub struct UdpSocketInfo {
    pub local_addr: IpAddr,
    pub local_port: u16,
}

UDP-specific socket information.

Fields

Trait Implementations

impl Clone for UdpSocketInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UdpSocketInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations