Struct nix::sys::socket::sockaddr_un
[−]
[src]
pub struct sockaddr_un {
pub sun_family: u16,
pub sun_path: [i8; 108],
}Fields
sun_family | |
sun_path |
pub struct sockaddr_un {
pub sun_family: u16,
pub sun_path: [i8; 108],
}sun_family | |
sun_path |
impl Clone for sockaddr_unfn clone(&self) -> sockaddr_unfn clone_from(&mut self, source: &Self)impl Copy for sockaddr_un
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)