Struct libc_interface::sockaddr_un [−][src]
#[repr(C)]pub struct sockaddr_un { pub sun_len: u8, pub sun_family: sa_family_t, pub sun_path: [c_char; 104], }
Fields
sun_len: u8
sun_family: sa_family_t
sun_path: [c_char; 104]
Trait Implementations
impl Copy for sockaddr_un[src]
impl Copy for sockaddr_unimpl Clone for sockaddr_un[src]
impl Clone for sockaddr_unfn clone(&self) -> sockaddr_un[src]
fn clone(&self) -> sockaddr_unReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for sockaddr_un[src]
impl PartialEq for sockaddr_unfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for sockaddr_un[src]
impl Eq for sockaddr_unAuto Trait Implementations
impl Send for sockaddr_un
impl Send for sockaddr_unimpl Sync for sockaddr_un
impl Sync for sockaddr_un