windows::Win32::Graphics::Imaging

Trait IWICBitmapCodecProgressNotification_Impl

pub trait IWICBitmapCodecProgressNotification_Impl: IUnknownImpl {
    // Required method
    fn RegisterProgressNotification(
        &self,
        pfnprogressnotification: PFNProgressNotification,
        pvdata: *const c_void,
        dwprogressflags: u32,
    ) -> Result<()>;
}

Required Methods§

fn RegisterProgressNotification( &self, pfnprogressnotification: PFNProgressNotification, pvdata: *const c_void, dwprogressflags: u32, ) -> 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§