Struct libc::sockaddr_un
[−]
[src]
pub struct sockaddr_un { pub sun_family: sa_family_t, pub sun_path: [c_char; 108], }
Fields
sun_family | |
sun_path |
Trait Implementations
impl Copy for sockaddr_un
[src]
impl Clone for sockaddr_un
[src]
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