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

#[repr(C)]
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

Trait Implementations

impl Debug for sockaddr_in6
[src]

Formats the value using the given formatter.

impl Copy for sockaddr_in6
[src]

impl Clone for sockaddr_in6
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more