Struct windows_sys::Win32::Networking::WinSock::IN_RECVERR
[−]#[repr(C)]pub struct IN_RECVERR {
pub protocol: IPPROTO,
pub info: u32,
pub type: u8,
pub code: u8,
}Expand description
Required features: ‘Win32_Networking_WinSock’
Fields
protocol: IPPROTOinfo: u32type: u8code: u8