Struct netstat::SocketInfo[][src]

pub struct SocketInfo {
    pub protocol_socket_info: ProtocolSocketInfo,
    pub associated_pids: Vec<u32>,
    pub inode: u32,
}

General socket information.

Fields

Protocol-specific socket information.

Identifiers of processes associated with this socket.

Trait Implementations

impl Clone for SocketInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SocketInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SocketInfo

impl Sync for SocketInfo