Struct nmap_analyze::nmap::Port[][src]

pub struct Port {
    pub protocol: String,
    pub id: u16,
    pub service: PortService,
    pub status: PortStatus,
    pub reason: String,
    pub reason_ttl: usize,
}

Fields

Trait Implementations

impl Debug for Port
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Port

impl Sync for Port