Home
last modified time | relevance | path

Searched refs:IDebugStackFrame110 (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.rs29398 pub struct IDebugStackFrame110(::windows::runtime::IUnknown); struct
29399 impl IDebugStackFrame110 { implementation
29431 unsafe impl ::windows::runtime::Interface for IDebugStackFrame110 { implementation
29435 impl ::std::convert::From<IDebugStackFrame110> for ::windows::runtime::IUnknown {
29436 fn from(value: IDebugStackFrame110) -> Self { in from()
29440 impl ::std::convert::From<&IDebugStackFrame110> for ::windows::runtime::IUnknown {
29441 fn from(value: &IDebugStackFrame110) -> Self { in from()
29455 impl ::std::convert::From<IDebugStackFrame110> for IDebugStackFrame {
29456 fn from(value: IDebugStackFrame110) -> Self { in from()
29460 impl ::std::convert::From<&IDebugStackFrame110> for IDebugStackFrame {
[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.rs4528 pub type IDebugStackFrame110 = *mut ::core::ffi::c_void; typedef