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