Trait IDragProvider_Impl
pub trait IDragProvider_Impl: IUnknownImpl {
// Required methods
fn IsGrabbed(&self) -> Result<BOOL>;
fn DropEffect(&self) -> Result<BSTR>;
fn DropEffects(&self) -> Result<*mut SAFEARRAY>;
fn GetGrabbedItems(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn IsGrabbed(&self) -> Result<BOOL>
fn DropEffect(&self) -> Result<BSTR>
fn DropEffects(&self) -> Result<*mut SAFEARRAY>
fn GetGrabbedItems(&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.