Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_MTU
#[repr(C)]pub struct ND_OPTION_MTU {
pub nd_opt_mtu_type: u8,
pub nd_opt_mtu_len: u8,
pub nd_opt_mtu_reserved: u16,
pub nd_opt_mtu_mtu: u32,
}Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§nd_opt_mtu_type: u8§nd_opt_mtu_len: u8§nd_opt_mtu_reserved: u16§nd_opt_mtu_mtu: u32