Struct nmap_analyze::portspec::Port[][src]

pub struct Port {
    pub id: u16,
    pub state: PortState,
}

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