windows::Win32::UI::Accessibility

Trait IUIAutomationStructureChangedEventHandler_Impl

pub trait IUIAutomationStructureChangedEventHandler_Impl: IUnknownImpl {
    // Required method
    fn HandleStructureChangedEvent(
        &self,
        sender: Ref<'_, IUIAutomationElement>,
        changetype: StructureChangeType,
        runtimeid: *const SAFEARRAY,
    ) -> Result<()>;
}

Required Methods§

fn HandleStructureChangedEvent( &self, sender: Ref<'_, IUIAutomationElement>, changetype: StructureChangeType, runtimeid: *const SAFEARRAY, ) -> Result<()>

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§