Trait IWTSBitmapRendererCallback_Impl
pub trait IWTSBitmapRendererCallback_Impl: IUnknownImpl {
// Required method
fn OnTargetSizeChanged(&self, rcnewsize: &RECT) -> Result<()>;
}
Required Methods§
fn OnTargetSizeChanged(&self, rcnewsize: &RECT) -> 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.