pub trait IDCompositionCompositeEffect_Impl: Sized + IDCompositionFilterEffect_Impl {
    // Required method
    fn SetMode(&self, mode: D2D1_COMPOSITE_MODE) -> Result<()>;
}

Required Methods§

fn SetMode(&self, mode: D2D1_COMPOSITE_MODE) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§