Struct winapi::ws2ipdef::sockaddr_in6 [] [src]

pub struct sockaddr_in6 {
    pub sin6_family: c_short,
    pub sin6_port: c_ushort,
    pub sin6_flowinfo: c_ulong,
    pub sin6_addr: in6_addr,
    pub sin6_scope_id: c_ulong,
}

Fields

sin6_family: c_short sin6_port: c_ushort sin6_flowinfo: c_ulong sin6_addr: in6_addr sin6_scope_id: c_ulong

Trait Implementations

impl Debug for sockaddr_in6
[src]

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

Formats the value using the given formatter.

impl Copy for sockaddr_in6
[src]

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