Struct nmap_analyze::nmap::HostStatus[][src]

pub struct HostStatus {
    pub state: HostState,
    pub reason: String,
    pub reason_ttl: usize,
}

Fields

Trait Implementations

impl Debug for HostStatus
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HostStatus

impl Sync for HostStatus