Trait IUIAutomationElement3_Impl
pub trait IUIAutomationElement3_Impl: IUIAutomationElement2_Impl {
// Required methods
fn ShowContextMenu(&self) -> Result<()>;
fn CurrentIsPeripheral(&self) -> Result<BOOL>;
fn CachedIsPeripheral(&self) -> Result<BOOL>;
}
Required Methods§
fn ShowContextMenu(&self) -> Result<()>
fn CurrentIsPeripheral(&self) -> Result<BOOL>
fn CachedIsPeripheral(&self) -> Result<BOOL>
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.