Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Notifications/
H A Dmod.rs4253 pub struct ToastFailedEventArgs(::windows::runtime::IInspectable); struct
4254 impl ToastFailedEventArgs { implementation
4263 unsafe impl ::windows::runtime::RuntimeType for ToastFailedEventArgs { implementation
4266 unsafe impl ::windows::runtime::Interface for ToastFailedEventArgs { implementation
4270 impl ::windows::runtime::RuntimeName for ToastFailedEventArgs { implementation
4283 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ToastFailedEventArgs { implementation
4288 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ToastFailedEventArgs { implementation
4303 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for ToastFailedEventArgs { implementation
4308 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a ToastFailedEventArgs { implementation
4313 unsafe impl ::std::marker::Send for ToastFailedEventArgs {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Notifications/
H A Dmod.rs278 pub type ToastFailedEventArgs = *mut ::core::ffi::c_void; typedef