Struct libresolv_sys::sockaddr_in6 [] [src]

pub struct sockaddr_in6 {
    pub sin6_family: sa_family_t,
    pub sin6_port: in_port_t,
    pub sin6_flowinfo: uint32_t,
    pub sin6_addr: in6_addr,
    pub sin6_scope_id: uint32_t,
}

Fields

sin6_family: sa_family_t sin6_port: in_port_t sin6_flowinfo: uint32_t sin6_addr: in6_addr sin6_scope_id: uint32_t

Trait Implementations

impl Clone for sockaddr_in6
[src]

fn clone(&self) -> sockaddr_in6

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for sockaddr_in6
[src]

impl Debug for sockaddr_in6
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for sockaddr_in6
[src]

fn default() -> Self

Returns the "default value" for a type. Read more