Struct libc::types::os::common::bsd44::in6_addr [] [src]

pub struct in6_addr {
    pub s6_addr: [u16; 8],
}
Unstable (libc #27783)

: use libc from crates.io

Fields

s6_addr
Unstable (libc #27783)

: use libc from crates.io

Trait Implementations

Derived Implementations

impl Clone for in6_addr

fn clone(&self) -> in6_addr

fn clone_from(&mut self, source: &Self)

impl Copy for in6_addr