Struct windows_sys::Win32::Networking::WinSock::SOCKADDR_UN
#[repr(C)]pub struct SOCKADDR_UN {
pub sun_family: ADDRESS_FAMILY,
pub sun_path: [CHAR; 108],
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields§
§sun_family: ADDRESS_FAMILY
§sun_path: [CHAR; 108]