Struct libc::types::os::common::bsd44::sockaddr_un[src]
pub struct sockaddr_un {
pub sun_family: sa_family_t,
pub sun_path: [c_char, ..108],
}Fields
sun_family | |
sun_path |
pub struct sockaddr_un {
pub sun_family: sa_family_t,
pub sun_path: [c_char, ..108],
}sun_family | |
sun_path |
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 (or str), enum,
trait, typedef (or
tdef).