Struct netinfo::ni_ipv4_addr[][src]

#[repr(C)]
pub struct ni_ipv4_addr { /* fields omitted */ }

Trait Implementations

impl Debug for ni_ipv4_addr
[src]

Formats the value using the given formatter. Read more

impl From<Ipv4Addr> for ni_ipv4_addr
[src]

Performs the conversion.

Auto Trait Implementations