Struct netinfo::ni_ipv6_addr[][src]

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

Trait Implementations

impl Debug for ni_ipv6_addr
[src]

Formats the value using the given formatter. Read more

impl From<Ipv6Addr> for ni_ipv6_addr
[src]

Performs the conversion.

Auto Trait Implementations