windows::Win32::UI::Accessibility

Trait IUIAutomationElement5_Impl

pub trait IUIAutomationElement5_Impl: IUIAutomationElement4_Impl {
    // Required methods
    fn CurrentLandmarkType(&self) -> Result<UIA_LANDMARKTYPE_ID>;
    fn CurrentLocalizedLandmarkType(&self) -> Result<BSTR>;
    fn CachedLandmarkType(&self) -> Result<UIA_LANDMARKTYPE_ID>;
    fn CachedLocalizedLandmarkType(&self) -> Result<BSTR>;
}

Required Methods§

fn CurrentLandmarkType(&self) -> Result<UIA_LANDMARKTYPE_ID>

fn CurrentLocalizedLandmarkType(&self) -> Result<BSTR>

fn CachedLandmarkType(&self) -> Result<UIA_LANDMARKTYPE_ID>

fn CachedLocalizedLandmarkType(&self) -> Result<BSTR>

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§