Trait IUIAutomationDropTargetPattern_Impl
pub trait IUIAutomationDropTargetPattern_Impl: IUnknownImpl {
// Required methods
fn CurrentDropTargetEffect(&self) -> Result<BSTR>;
fn CachedDropTargetEffect(&self) -> Result<BSTR>;
fn CurrentDropTargetEffects(&self) -> Result<*mut SAFEARRAY>;
fn CachedDropTargetEffects(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn CurrentDropTargetEffect(&self) -> Result<BSTR>
fn CachedDropTargetEffect(&self) -> Result<BSTR>
fn CurrentDropTargetEffects(&self) -> Result<*mut SAFEARRAY>
fn CachedDropTargetEffects(&self) -> Result<*mut SAFEARRAY>
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.