Home
last modified time | relevance | path

Searched refs:GeneralPortId (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqossp.h47 ULONG GeneralPortId; member
52 ULONG GeneralPortId; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqossp.h47 ULONG GeneralPortId; member
52 ULONG GeneralPortId; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaqossp.pas185 GeneralPortId: ULONG;
197 GeneralPortId: ULONG;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs1263 pub GeneralPortId: u32, field
1298 pub GeneralPortId: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs2541 pub GeneralPortId: u32, field
2619 pub GeneralPortId: u32, field
2629 …RSPEC_V6_GPI").field("Address", &self.Address).field("GeneralPortId", &self.GeneralPortId).finish() in fmt()
2634 self.Address == other.Address && self.GeneralPortId == other.GeneralPortId in eq()