Struct nix::sys::socket::sockaddr_un [] [src]

pub struct sockaddr_un {
    pub sun_len: u8,
    pub sun_family: u8,
    pub sun_path: [i8; 104],
}

Fields

sun_len: u8 sun_family: u8 sun_path: [i8; 104]

Trait Implementations

impl Copy for sockaddr_un

impl Clone for sockaddr_un

fn clone(&self) -> sockaddr_un

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