Struct procfs::TcpNetEntry[][src]

pub struct TcpNetEntry {
    pub local_address: SocketAddr,
    pub remote_address: SocketAddr,
    pub state: TcpState,
    pub inode: u32,
}

An entry in the TCP socket table

Fields

Trait Implementations

impl Debug for TcpNetEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TcpNetEntry

impl Sync for TcpNetEntry