windows::Win32::UI::Accessibility

Trait IAccessibleHostingElementProviders_Impl

pub trait IAccessibleHostingElementProviders_Impl: IUnknownImpl {
    // Required methods
    fn GetEmbeddedFragmentRoots(&self) -> Result<*mut SAFEARRAY>;
    fn GetObjectIdForProvider(
        &self,
        pprovider: Ref<'_, IRawElementProviderSimple>,
    ) -> Result<i32>;
}

Required Methods§

fn GetEmbeddedFragmentRoots(&self) -> Result<*mut SAFEARRAY>

fn GetObjectIdForProvider( &self, pprovider: Ref<'_, IRawElementProviderSimple>, ) -> Result<i32>

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§