Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Popups/
H A Dmod.rs509 pub struct UICommand(::windows::runtime::IInspectable); struct
510 impl UICommand { implementation
574 unsafe impl ::windows::runtime::RuntimeType for UICommand { implementation
577 unsafe impl ::windows::runtime::Interface for UICommand { implementation
581 impl ::windows::runtime::RuntimeName for UICommand { implementation
594 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for UICommand { implementation
599 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &UICommand { implementation
634 impl<'a> ::windows::runtime::IntoParam<'a, IUICommand> for UICommand { implementation
639 impl<'a> ::windows::runtime::IntoParam<'a, IUICommand> for &UICommand { implementation
644 unsafe impl ::std::marker::Send for UICommand {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Popups/
H A Dmod.rs34 pub type UICommand = *mut ::core::ffi::c_void; typedef