Trait IMILBitmapEffectGroupImpl_Impl
pub trait IMILBitmapEffectGroupImpl_Impl: IUnknownImpl {
// Required methods
fn Preprocess(
&self,
pcontext: Ref<'_, IMILBitmapEffectRenderContext>,
) -> Result<()>;
fn GetNumberChildren(&self) -> Result<u32>;
fn GetChildren(&self) -> Result<IMILBitmapEffects>;
}
Required Methods§
fn Preprocess( &self, pcontext: Ref<'_, IMILBitmapEffectRenderContext>, ) -> Result<()>
fn GetNumberChildren(&self) -> Result<u32>
fn GetChildren(&self) -> Result<IMILBitmapEffects>
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.