Trait ID2D1CommandSink3_Impl
pub trait ID2D1CommandSink3_Impl: ID2D1CommandSink2_Impl {
// Required method
fn DrawSpriteBatch(
&self,
spritebatch: Ref<'_, ID2D1SpriteBatch>,
startindex: u32,
spritecount: u32,
bitmap: Ref<'_, ID2D1Bitmap>,
interpolationmode: D2D1_BITMAP_INTERPOLATION_MODE,
spriteoptions: D2D1_SPRITE_OPTIONS,
) -> Result<()>;
}
Required Methods§
fn DrawSpriteBatch( &self, spritebatch: Ref<'_, ID2D1SpriteBatch>, startindex: u32, spritecount: u32, bitmap: Ref<'_, ID2D1Bitmap>, interpolationmode: D2D1_BITMAP_INTERPOLATION_MODE, spriteoptions: D2D1_SPRITE_OPTIONS, ) -> 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.