Home
last modified time | relevance | path

Searched refs:IUIAutomationTextRange3 (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.rs17746 pub struct IUIAutomationTextRange3(::windows::runtime::IUnknown);
17747 impl IUIAutomationTextRange3 {
17838 unsafe impl ::windows::runtime::Interface for IUIAutomationTextRange3 {
17843 fn from(value: IUIAutomationTextRange3) -> Self {
17848 fn from(value: &IUIAutomationTextRange3) -> Self {
17862 impl ::std::convert::From<IUIAutomationTextRange3> for IUIAutomationTextRange2 {
17863 fn from(value: IUIAutomationTextRange3) -> Self {
17868 fn from(value: &IUIAutomationTextRange3) -> Self {
17882 impl ::std::convert::From<IUIAutomationTextRange3> for IUIAutomationTextRange {
17883 fn from(value: IUIAutomationTextRange3) -> Self {
[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.rs1000 pub type IUIAutomationTextRange3 = *mut ::core::ffi::c_void; typedef