Home
last modified time | relevance | path

Searched defs:IDebugHostModule2 (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.rs27082 pub struct IDebugHostModule2(::windows::runtime::IUnknown); struct
27083 impl IDebugHostModule2 { implementation
27144 unsafe impl ::windows::runtime::Interface for IDebugHostModule2 { implementation
27158 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugHostModule2 { implementation
27163 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDebugHostModule2 { implementation
27178 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostModule> for IDebugHostModule2 { implementation
27183 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostModule> for &IDebugHostModule2 { implementation
27198 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostSymbol> for IDebugHostModule2 { implementation
27203 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostSymbol> for &IDebugHostModule2 { 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.rs4498 pub type IDebugHostModule2 = *mut ::core::ffi::c_void; typedef