Struct windows_sys::Win32::Networking::WinSock::IPX_NETNUM_DATA
[−]#[repr(C)]pub struct IPX_NETNUM_DATA {
pub netnum: [u8; 4],
pub hopcount: u16,
pub netdelay: u16,
pub cardnum: i32,
pub router: [u8; 6],
}Expand description
Required features: ‘Win32_Networking_WinSock’
Fields
netnum: [u8; 4]hopcount: u16netdelay: u16cardnum: i32router: [u8; 6]