Home
last modified time | relevance | path

Searched defs:DISystemMonitorInternal (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/Performance/
H A Dmod.rs357 pub struct DISystemMonitorInternal(::windows::runtime::IUnknown); struct
358 impl DISystemMonitorInternal {} implementation
359 unsafe impl ::windows::runtime::Interface for DISystemMonitorInternal { implementation
373 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for DISystemMonitorInternal { implementation
378 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &DISystemMonitorInternal { implementation
396 … ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for DISystemMonitorInternal { implementation
402 …::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for &DISystemMonitorInternal { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Performance/
H A Dmod.rs309 pub type DISystemMonitorInternal = *mut ::core::ffi::c_void; typedef