Trait IDirectManipulationDragDropBehavior_Impl
pub trait IDirectManipulationDragDropBehavior_Impl: IUnknownImpl {
// Required methods
fn SetConfiguration(
&self,
configuration: DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION,
) -> Result<()>;
fn GetStatus(&self) -> Result<DIRECTMANIPULATION_DRAG_DROP_STATUS>;
}
Required Methods§
fn SetConfiguration( &self, configuration: DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION, ) -> Result<()>
fn GetStatus(&self) -> Result<DIRECTMANIPULATION_DRAG_DROP_STATUS>
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.