Trait IUIAutomationElement8_Impl
pub trait IUIAutomationElement8_Impl: IUIAutomationElement7_Impl {
// Required methods
fn CurrentHeadingLevel(&self) -> Result<UIA_HEADINGLEVEL_ID>;
fn CachedHeadingLevel(&self) -> Result<UIA_HEADINGLEVEL_ID>;
}
Required Methods§
fn CurrentHeadingLevel(&self) -> Result<UIA_HEADINGLEVEL_ID>
fn CachedHeadingLevel(&self) -> Result<UIA_HEADINGLEVEL_ID>
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.