Struct libc::sockaddr_un
#[repr(C)]
pub struct sockaddr_un {
pub sun_family: sa_family_t,
pub sun_path: [::c_char; 108],
}Fields
pub sun_family: sa_family_tpub sun_path: [::c_char; 108]Trait Implementations
impl Clone for sockaddr_un
fn clone(&Self) -> sockaddr_unimpl Copy for sockaddr_unimpl Debug for sockaddr_un
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Eq for sockaddr_unimpl Hash for sockaddr_un
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)impl PartialEq<sockaddr_un> for sockaddr_un
fn eq(&Self, other: &sockaddr_un) -> boolAuto Trait Implementations
impl RefUnwindSafe for sockaddr_unimpl Send for sockaddr_unimpl Sync for sockaddr_unimpl Unpin for sockaddr_unimpl UnwindSafe for sockaddr_unBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T