windows::Win32::UI::Wpf

Trait IMILBitmapEffectEvents_Impl

pub trait IMILBitmapEffectEvents_Impl: IUnknownImpl {
    // Required methods
    fn PropertyChange(
        &self,
        peffect: Ref<'_, IMILBitmapEffect>,
        bstrpropertyname: &BSTR,
    ) -> Result<()>;
    fn DirtyRegion(
        &self,
        peffect: Ref<'_, IMILBitmapEffect>,
        prect: *const MilRectD,
    ) -> Result<()>;
}

Required Methods§

fn PropertyChange( &self, peffect: Ref<'_, IMILBitmapEffect>, bstrpropertyname: &BSTR, ) -> Result<()>

fn DirtyRegion( &self, peffect: Ref<'_, IMILBitmapEffect>, prect: *const MilRectD, ) -> 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§