pub trait IProvideWinSATVisuals_Impl: Sized {
    // 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>

Object Safety§

This trait is not object safe.

Implementors§