Home
last modified time | relevance | path

Searched defs:DebugPropertyInfo (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h269 } DebugPropertyInfo; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h269 } DebugPropertyInfo; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs3667 pub struct DebugPropertyInfo { struct
3677 impl ::core::marker::Copy for DebugPropertyInfo {} implementation
3679 impl ::core::clone::Clone for DebugPropertyInfo { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4933 pub struct DebugPropertyInfo { struct
4943 impl DebugPropertyInfo {} implementation
4945 impl ::std::default::Default for DebugPropertyInfo { implementation
4951 impl ::std::fmt::Debug for DebugPropertyInfo { implementation
4965 impl ::std::cmp::PartialEq for DebugPropertyInfo { implementation
4971 impl ::std::cmp::Eq for DebugPropertyInfo {} implementation
4973 unsafe impl ::windows::runtime::Abi for DebugPropertyInfo { implementation
25866 …e fn GetPropertyInfo(&self, dwfieldspec: u32, nradix: u32) -> ::windows::runtime::Result<DebugProp… in GetPropertyInfo()
28653 …e fn GetPropertyInfo(&self, dwfieldspec: u32, nradix: u32) -> ::windows::runtime::Result<DebugProp… in GetPropertyInfo()
34205 …pub unsafe fn Next(&self, celt: u32, pi: *mut DebugPropertyInfo, pceltsfetched: *mut u32) -> ::win… in Next()