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