Trait IUIAutomationPatternHandler_Impl
pub trait IUIAutomationPatternHandler_Impl: IUnknownImpl {
// Required methods
fn CreateClientWrapper(
&self,
ppatterninstance: Ref<'_, IUIAutomationPatternInstance>,
) -> Result<IUnknown>;
fn Dispatch(
&self,
ptarget: Ref<'_, IUnknown>,
index: u32,
pparams: *const UIAutomationParameter,
cparams: u32,
) -> Result<()>;
}
Required Methods§
fn CreateClientWrapper( &self, ppatterninstance: Ref<'_, IUIAutomationPatternInstance>, ) -> Result<IUnknown>
fn Dispatch( &self, ptarget: Ref<'_, IUnknown>, index: u32, pparams: *const UIAutomationParameter, cparams: u32, ) -> 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.