windows::Win32::UI::Accessibility

Trait IUIAutomationElementArray_Impl

pub trait IUIAutomationElementArray_Impl: IUnknownImpl {
    // Required methods
    fn Length(&self) -> Result<i32>;
    fn GetElement(&self, index: i32) -> Result<IUIAutomationElement>;
}

Required Methods§

fn Length(&self) -> Result<i32>

fn GetElement(&self, index: i32) -> Result<IUIAutomationElement>

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.

Implementors§