Struct posix::sys::un::sockaddr_un [-] [+] [src]

pub struct sockaddr_un {
    pub sun_family: sa_family_t,
    pub sun_path: [char_t; 108usize],
}

Fields

sun_family
sun_path

Methods

impl sockaddr_un

fn new() -> sockaddr_un

Trait Implementations

impl AsSlice for sockaddr_un

fn as_slice(&self) -> &[u8]

impl AsMutSlice for sockaddr_un

fn as_mut_slice(&mut self) -> &mut [u8]

Derived Implementations

impl Copy for sockaddr_un