pub trait IDirectManipulationAutoScrollBehavior_Impl: Sized {
    // Required method
    fn SetConfiguration(
        &self,
        motiontypes: DIRECTMANIPULATION_MOTION_TYPES,
        scrollmotion: DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§