windows::Win32::Graphics::DirectManipulation

Trait IDirectManipulationAutoScrollBehavior_Impl

pub trait IDirectManipulationAutoScrollBehavior_Impl: IUnknownImpl {
    // Required method
    fn SetConfiguration(
        &self,
        motiontypes: DIRECTMANIPULATION_MOTION_TYPES,
        scrollmotion: DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION,
    ) -> 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§