Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_HDR
#[repr(C)]pub struct ND_OPTION_HDR {
pub nd_opt_type: u8,
pub nd_opt_len: u8,
}Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§nd_opt_type: u8§nd_opt_len: u8