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 | |
sin6_port | |
sin6_flowinfo | |
sin6_addr | |
sin6_scope_id |
Trait Implementations
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