Home
last modified time | relevance | path

Searched defs:IDebugHostType2 (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.rs27955 pub struct IDebugHostType2(::windows::runtime::IUnknown); struct
27956 impl IDebugHostType2 { impl
28064 pub unsafe fn GetTypedefBaseType(&self) -> ::windows::runtime::Result<IDebugHostType2> { in GetTypedefBaseType()
28068 pub unsafe fn GetTypedefFinalBaseType(&self) -> ::windows::runtime::Result<IDebugHostType2> { in GetTypedefFinalBaseType()
28081 unsafe impl ::windows::runtime::Interface for IDebugHostType2 { implementation
28095 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugHostType2 { implementation
28100 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDebugHostType2 { implementation
28115 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostType> for IDebugHostType2 { implementation
28120 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostType> for &IDebugHostType2 { implementation
28135 impl<'a> ::windows::runtime::IntoParam<'a, IDebugHostSymbol> for IDebugHostType2 { implementation
[all …]
/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.rs4508 pub type IDebugHostType2 = *mut ::core::ffi::c_void; typedef