pub trait IUIAnimationPriorityComparison2_Impl: Sized {
    // Required method
    fn HasPriority(
        &self,
        scheduledstoryboard: Option<&IUIAnimationStoryboard2>,
        newstoryboard: Option<&IUIAnimationStoryboard2>,
        priorityeffect: UI_ANIMATION_PRIORITY_EFFECT
    ) -> Result<()>;
}

Required Methods§

fn HasPriority( &self, scheduledstoryboard: Option<&IUIAnimationStoryboard2>, newstoryboard: Option<&IUIAnimationStoryboard2>, priorityeffect: UI_ANIMATION_PRIORITY_EFFECT ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§