Home
last modified time | relevance | path

Searched defs:AppMemoryUsageLimitChangingEventArgs (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.rs624 pub struct AppMemoryUsageLimitChangingEventArgs(::windows::runtime::IInspectable); struct
625 impl AppMemoryUsageLimitChangingEventArgs { implementation
641 unsafe impl ::windows::runtime::RuntimeType for AppMemoryUsageLimitChangingEventArgs { implementation
644 unsafe impl ::windows::runtime::Interface for AppMemoryUsageLimitChangingEventArgs { implementation
648 impl ::windows::runtime::RuntimeName for AppMemoryUsageLimitChangingEventArgs { implementation
661 …ws::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for AppMemoryUsageLimitChangingEventArgs { implementation
666 …s::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &AppMemoryUsageLimitChangingEventArgs { implementation
681 …runtime::IntoParam<'a, ::windows::runtime::IInspectable> for AppMemoryUsageLimitChangingEventArgs { implementation
686 …ime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a AppMemoryUsageLimitChangingEventArgs { implementation
691 unsafe impl ::std::marker::Send for AppMemoryUsageLimitChangingEventArgs {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/System/
H A Dmod.rs64 pub type AppMemoryUsageLimitChangingEventArgs = *mut ::core::ffi::c_void; typedef