Trait IUIImageFromBitmap_Impl
pub trait IUIImageFromBitmap_Impl: IUnknownImpl {
// Required method
fn CreateImage(
&self,
bitmap: HBITMAP,
options: UI_OWNERSHIP,
) -> Result<IUIImage>;
}
Required Methods§
fn CreateImage( &self, bitmap: HBITMAP, options: UI_OWNERSHIP, ) -> Result<IUIImage>
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.