pub trait IDCompositionFilterEffect_Impl: Sized + IDCompositionEffect_Impl {
    // Required method
    fn SetInput(
        &self,
        index: u32,
        input: Option<&IUnknown>,
        flags: u32
    ) -> Result<()>;
}

Required Methods§

fn SetInput( &self, index: u32, input: Option<&IUnknown>, flags: u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§