Trait IUIAutomationTextRange3_Impl
pub trait IUIAutomationTextRange3_Impl: IUIAutomationTextRange2_Impl {
// Required methods
fn GetEnclosingElementBuildCache(
&self,
cacherequest: Ref<'_, IUIAutomationCacheRequest>,
) -> Result<IUIAutomationElement>;
fn GetChildrenBuildCache(
&self,
cacherequest: Ref<'_, IUIAutomationCacheRequest>,
) -> Result<IUIAutomationElementArray>;
fn GetAttributeValues(
&self,
attributeids: *const UIA_TEXTATTRIBUTE_ID,
attributeidcount: i32,
) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn GetEnclosingElementBuildCache( &self, cacherequest: Ref<'_, IUIAutomationCacheRequest>, ) -> Result<IUIAutomationElement>
fn GetChildrenBuildCache( &self, cacherequest: Ref<'_, IUIAutomationCacheRequest>, ) -> Result<IUIAutomationElementArray>
fn GetAttributeValues( &self, attributeids: *const UIA_TEXTATTRIBUTE_ID, attributeidcount: i32, ) -> Result<*mut SAFEARRAY>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.