Trait IProvideWinSATVisuals_Impl
pub trait IProvideWinSATVisuals_Impl: IUnknownImpl {
// Required method
fn get_Bitmap(
&self,
bitmapsize: WINSAT_BITMAP_SIZE,
state: WINSAT_ASSESSMENT_STATE,
rating: f32,
) -> Result<HBITMAP>;
}
Required Methods§
fn get_Bitmap( &self, bitmapsize: WINSAT_BITMAP_SIZE, state: WINSAT_ASSESSMENT_STATE, rating: f32, ) -> Result<HBITMAP>
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.