Home
last modified time | relevance | path

Searched refs:IDataModelScriptDebugStack (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.rs10795 pub unsafe fn GetStack(&self) -> ::windows::runtime::Result<IDataModelScriptDebugStack> { in GetStack() argument
10878 pub unsafe fn GetStack(&self) -> ::windows::runtime::Result<IDataModelScriptDebugStack> { in GetStack() argument
11126 pub struct IDataModelScriptDebugStack(::windows::runtime::IUnknown); struct
11127 impl IDataModelScriptDebugStack { implementation
11136 unsafe impl ::windows::runtime::Interface for IDataModelScriptDebugStack { implementation
11140 impl ::std::convert::From<IDataModelScriptDebugStack> for ::windows::runtime::IUnknown {
11141 fn from(value: IDataModelScriptDebugStack) -> Self { in from()
11145 impl ::std::convert::From<&IDataModelScriptDebugStack> for ::windows::runtime::IUnknown {
11146 fn from(value: &IDataModelScriptDebugStack) -> Self { in from()
11150 …a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDataModelScriptDebugStack { 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.rs4414 pub type IDataModelScriptDebugStack = *mut ::core::ffi::c_void; typedef