Home
last modified time | relevance | path

Searched defs:IJsDebugBreakPoint (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.rs34815 pub struct IJsDebugBreakPoint(::windows::runtime::IUnknown); struct
34816 impl IJsDebugBreakPoint { impl
34835 unsafe impl ::windows::runtime::Interface for IJsDebugBreakPoint { implementation
34849 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IJsDebugBreakPoint { implementation
34854 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IJsDebugBreakPoint { implementation
35035 …haracteroffset: u32, charactercount: u32, isenabled: Param3) -> ::windows::runtime::Result<IJsDebu… in CreateBreakPoint()
/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.rs4613 pub type IJsDebugBreakPoint = *mut ::core::ffi::c_void; typedef