Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwalpmapi.pas766 GuarFlowSpec = record
774 TGuarFlowSpec = GuarFlowSpec;
775 PGuarFlowSpec = ^GuarFlowSpec;
800 1: (G_spec: GuarFlowSpec); // Guaranteed service
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h355 } GuarFlowSpec; typedef
368 #define Gspec_len (sizeof(GuarFlowSpec) - sizeof(IntServServiceHdr))
374 GuarFlowSpec G_spec;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h355 } GuarFlowSpec; typedef
368 #define Gspec_len (sizeof(GuarFlowSpec) - sizeof(IntServServiceHdr))
374 GuarFlowSpec G_spec;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs470 pub struct GuarFlowSpec { struct
477 impl ::core::marker::Copy for GuarFlowSpec {} argument
478 impl ::core::clone::Clone for GuarFlowSpec { implementation
669 pub G_spec: GuarFlowSpec,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs765 pub struct GuarFlowSpec { struct
772 impl GuarFlowSpec {} argument
773 impl ::std::default::Default for GuarFlowSpec { implementation
778 impl ::std::fmt::Debug for GuarFlowSpec { implementation
783 impl ::std::cmp::PartialEq for GuarFlowSpec { implementation
788 impl ::std::cmp::Eq for GuarFlowSpec {} implementation
789 unsafe impl ::windows::runtime::Abi for GuarFlowSpec { implementation
1179 pub G_spec: GuarFlowSpec,