Trait windows::Win32::Graphics::Imaging::IWICProgressCallback_Impl
pub trait IWICProgressCallback_Impl: Sized {
// Required method
fn Notify(
&self,
uframenum: u32,
operation: WICProgressOperation,
dblprogress: f64,
) -> Result<()>;
}
Required Methods§
fn Notify( &self, uframenum: u32, operation: WICProgressOperation, dblprogress: f64, ) -> Result<()>
Object Safety§
This trait is not object safe.