windows::UI::Composition

Trait IAnimationObject_Impl

pub trait IAnimationObject_Impl: IUnknownImpl {
    // Required method
    fn PopulatePropertyInfo(
        &self,
        propertyName: &HSTRING,
        propertyInfo: Ref<'_, AnimationPropertyInfo>,
    ) -> Result<()>;
}

Required Methods§

fn PopulatePropertyInfo( &self, propertyName: &HSTRING, propertyInfo: Ref<'_, AnimationPropertyInfo>, ) -> 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.

Implementors§