Struct nix::sys::ioctl::libc::in6_addr    
            
                [−]
            
        [src]
pub struct in6_addr {
    pub s6_addr: [u16; 8],
}Fields
s6_addr | 
pub struct in6_addr {
    pub s6_addr: [u16; 8],
}s6_addr | 
impl Clone for in6_addrfn clone(&self) -> in6_addrfn clone_from(&mut self, source: &Self)impl Copy for in6_addr
                    Prefix searches with a type followed by a colon (e.g.
                    fn:) to restrict the search to a given type.
                
                    Accepted types are: fn, mod,
                    struct, enum,
                    trait, typedef (or
                    tdef).
                
                    Search functions by type signature (e.g.
                    vec -> usize)