Home
last modified time | relevance | path

Searched defs:MIB_UDPSTATS2 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/IpHelper/
H A Dmod.rs208 pub fn GetUdpStatisticsEx2(statistics: *mut MIB_UDPSTATS2, family: ADDRESS_FAMILY) -> u32; in GetUdpStatisticsEx2()
3594 pub struct MIB_UDPSTATS2 { struct
3601 impl ::core::marker::Copy for MIB_UDPSTATS2 {} implementation
3602 impl ::core::clone::Clone for MIB_UDPSTATS2 { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/IpHelper/
H A Dmod.rs2242 pub unsafe fn GetUdpStatisticsEx2(statistics: *mut MIB_UDPSTATS2, family: ADDRESS_FAMILY) -> u32 { in GetUdpStatisticsEx2()
2247 fn GetUdpStatisticsEx2(statistics: *mut MIB_UDPSTATS2, family: ADDRESS_FAMILY) -> u32; in GetUdpStatisticsEx2()
8568 pub struct MIB_UDPSTATS2 { struct
8575 impl MIB_UDPSTATS2 {} argument
8576 impl ::std::default::Default for MIB_UDPSTATS2 { implementation
8581 impl ::std::fmt::Debug for MIB_UDPSTATS2 { implementation
8586 impl ::std::cmp::PartialEq for MIB_UDPSTATS2 { implementation
8591 impl ::std::cmp::Eq for MIB_UDPSTATS2 {} implementation
8592 unsafe impl ::windows::runtime::Abi for MIB_UDPSTATS2 { implementation