windows::Win32::Graphics::DirectComposition

Trait IDCompositionHueRotationEffect_Impl

pub trait IDCompositionHueRotationEffect_Impl: IDCompositionFilterEffect_Impl {
    // Required methods
    fn SetAngle(&self, animation: Ref<'_, IDCompositionAnimation>) -> Result<()>;
    fn SetAngle2(&self, amountdegrees: f32) -> Result<()>;
}

Required Methods§

fn SetAngle(&self, animation: Ref<'_, IDCompositionAnimation>) -> Result<()>

fn SetAngle2(&self, amountdegrees: f32) -> 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§