Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs26225 pub struct IDebugHostConstant(::windows::runtime::IUnknown); struct
26226 impl IDebugHostConstant { impl
26263 unsafe impl ::windows::runtime::Interface for IDebugHostConstant { implementation
26277 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugHostConstant { implementation
26282 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDebugHostConstant { implementation
26297 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostSymbol> for IDebugHostConstant { implementation
26302 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostSymbol> for &IDebugHostConstant { implementation
/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.rs4487 pub type IDebugHostConstant = *mut ::core::ffi::c_void; typedef