windows::Win32::UI::Accessibility

Trait IUIAutomationElement2_Impl

pub trait IUIAutomationElement2_Impl: IUIAutomationElement_Impl {
    // Required methods
    fn CurrentOptimizeForVisualContent(&self) -> Result<BOOL>;
    fn CachedOptimizeForVisualContent(&self) -> Result<BOOL>;
    fn CurrentLiveSetting(&self) -> Result<LiveSetting>;
    fn CachedLiveSetting(&self) -> Result<LiveSetting>;
    fn CurrentFlowsFrom(&self) -> Result<IUIAutomationElementArray>;
    fn CachedFlowsFrom(&self) -> Result<IUIAutomationElementArray>;
}

Required Methods§

fn CurrentOptimizeForVisualContent(&self) -> Result<BOOL>

fn CachedOptimizeForVisualContent(&self) -> Result<BOOL>

fn CurrentLiveSetting(&self) -> Result<LiveSetting>

fn CachedLiveSetting(&self) -> Result<LiveSetting>

fn CurrentFlowsFrom(&self) -> Result<IUIAutomationElementArray>

fn CachedFlowsFrom(&self) -> Result<IUIAutomationElementArray>

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§