windows::Win32::Graphics::DirectManipulation

Trait IDirectManipulationDragDropEventHandler_Impl

pub trait IDirectManipulationDragDropEventHandler_Impl: IUnknownImpl {
    // Required method
    fn OnDragDropStatusChange(
        &self,
        viewport: Ref<'_, IDirectManipulationViewport2>,
        current: DIRECTMANIPULATION_DRAG_DROP_STATUS,
        previous: DIRECTMANIPULATION_DRAG_DROP_STATUS,
    ) -> Result<()>;
}

Required Methods§

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.

Implementors§