Struct nmap_analyze::nmap::PortService[][src]

pub struct PortService {
    pub name: String,
    pub method: String,
    pub conf: usize,
}

Fields

Trait Implementations

impl Debug for PortService
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PortService

impl Sync for PortService