Struct nix::sys::socket::Ipv6Addr [] [src]

pub struct Ipv6Addr(pub in6_addr);

Methods

impl Ipv6Addr
[src]

Return the eight 16-bit segments that make up this address

Trait Implementations

impl Clone for Ipv6Addr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ipv6Addr
[src]

impl Display for Ipv6Addr
[src]

Formats the value using the given formatter. Read more