windows::Win32::UI::Accessibility

Trait IRawElementProviderFragmentRoot_Impl

pub trait IRawElementProviderFragmentRoot_Impl: IUnknownImpl {
    // Required methods
    fn ElementProviderFromPoint(
        &self,
        x: f64,
        y: f64,
    ) -> Result<IRawElementProviderFragment>;
    fn GetFocus(&self) -> Result<IRawElementProviderFragment>;
}

Required Methods§

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§