Trait IDropSource_Impl
pub trait IDropSource_Impl: IUnknownImpl {
// Required methods
fn QueryContinueDrag(
&self,
fescapepressed: BOOL,
grfkeystate: MODIFIERKEYS_FLAGS,
) -> HRESULT;
fn GiveFeedback(&self, dweffect: DROPEFFECT) -> HRESULT;
}
Required Methods§
fn QueryContinueDrag( &self, fescapepressed: BOOL, grfkeystate: MODIFIERKEYS_FLAGS, ) -> HRESULT
fn GiveFeedback(&self, dweffect: DROPEFFECT) -> HRESULT
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.