Struct winapi::ws2def::SOCKADDR
[−]
[src]
pub struct SOCKADDR {
pub sa_family: ADDRESS_FAMILY,
pub sa_data: [CHAR; 14],
}Fields
sa_family | |
sa_data |
pub struct SOCKADDR {
pub sa_family: ADDRESS_FAMILY,
pub sa_data: [CHAR; 14],
}sa_family | |
sa_data |
impl Debug for SOCKADDRimpl Copy for SOCKADDRimpl Clone for SOCKADDRfn clone(&self) -> SOCKADDRfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)