Trait IUIAutomationPatternInstance_Impl
pub trait IUIAutomationPatternInstance_Impl: IUnknownImpl {
// Required methods
fn GetProperty(
&self,
index: u32,
cached: BOOL,
type: UIAutomationType,
pptr: *mut c_void,
) -> Result<()>;
fn CallMethod(
&self,
index: u32,
pparams: *const UIAutomationParameter,
cparams: u32,
) -> Result<()>;
}
Required Methods§
fn GetProperty( &self, index: u32, cached: BOOL, type: UIAutomationType, pptr: *mut c_void, ) -> Result<()>
fn CallMethod( &self, 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.