Struct nmap_analyze::nmap::Address[][src]

pub struct Address {
    pub addr: IpAddr,
}

Fields

Trait Implementations

impl Debug for Address
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Address

impl Sync for Address