Home
last modified time | relevance | path

Searched defs:AppDiagnosticInfoWatcher (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/System/
H A Dmod.rs236 pub struct AppDiagnosticInfoWatcher(::windows::runtime::IInspectable); struct
237 impl AppDiagnosticInfoWatcher { impl
306 unsafe impl ::windows::runtime::RuntimeType for AppDiagnosticInfoWatcher { implementation
309 unsafe impl ::windows::runtime::Interface for AppDiagnosticInfoWatcher { implementation
313 impl ::windows::runtime::RuntimeName for AppDiagnosticInfoWatcher { implementation
326 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for AppDiagnosticInfoWatcher { implementation
331 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &AppDiagnosticInfoWatcher { implementation
346 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for AppDiagnosticInfoWatcher { implementation
351 …indows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a AppDiagnosticInfoWatcher { implementation
356 unsafe impl ::std::marker::Send for AppDiagnosticInfoWatcher {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/System/
H A Dmod.rs30 pub type AppDiagnosticInfoWatcher = *mut ::core::ffi::c_void; typedef