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_t
pub sun_path: [::c_char; 108]
Trait Implementations
impl Clone for sockaddr_un
fn clone(&Self) -> sockaddr_un
impl Copy for sockaddr_un
impl Debug for sockaddr_un
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Eq for sockaddr_un
impl 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) -> bool
Auto Trait Implementations
impl RefUnwindSafe for sockaddr_un
impl Send for sockaddr_un
impl Sync for sockaddr_un
impl Unpin for sockaddr_un
impl UnwindSafe for sockaddr_un
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T