pub trait IUIAnimationVariableIntegerChangeHandler2_Impl: Sized {
// Required method
fn OnIntegerValueChanged(
&self,
storyboard: Option<&IUIAnimationStoryboard2>,
variable: Option<&IUIAnimationVariable2>,
newvalue: *const i32,
previousvalue: *const i32,
cdimension: u32,
) -> Result<()>;
}
Required Methods§
fn OnIntegerValueChanged( &self, storyboard: Option<&IUIAnimationStoryboard2>, variable: Option<&IUIAnimationVariable2>, newvalue: *const i32, previousvalue: *const i32, cdimension: u32, ) -> Result<()>
Object Safety§
This trait is not object safe.