Struct nix::sys::socket::Ipv6Addr
[−]
[src]
pub struct Ipv6Addr(pub in6_addr);
Methods
impl Ipv6Addr
fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr
fn from_std(std: &Ipv6Addr) -> Ipv6Addr
fn segments(&self) -> [u16; 8]
Return the eight 16-bit segments that make up this address