Home
last modified time | relevance | path

Searched refs:IUIAutomationTextPattern2 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs17355 pub struct IUIAutomationTextPattern2(::windows::runtime::IUnknown);
17356 impl IUIAutomationTextPattern2 {
17391 unsafe impl ::windows::runtime::Interface for IUIAutomationTextPattern2 {
17395 impl ::std::convert::From<IUIAutomationTextPattern2> for ::windows::runtime::IUnknown {
17396 fn from(value: IUIAutomationTextPattern2) -> Self {
17400 impl ::std::convert::From<&IUIAutomationTextPattern2> for ::windows::runtime::IUnknown {
17401 fn from(value: &IUIAutomationTextPattern2) -> Self {
17415 impl ::std::convert::From<IUIAutomationTextPattern2> for IUIAutomationTextPattern {
17416 fn from(value: IUIAutomationTextPattern2) -> Self {
17420 impl ::std::convert::From<&IUIAutomationTextPattern2> for IUIAutomationTextPattern {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs997 pub type IUIAutomationTextPattern2 = *mut ::core::ffi::c_void; typedef