Trait ID2D1BitmapBrush1_Impl
pub trait ID2D1BitmapBrush1_Impl: ID2D1BitmapBrush_Impl {
// Required methods
fn SetInterpolationMode1(&self, interpolationmode: D2D1_INTERPOLATION_MODE);
fn GetInterpolationMode1(&self) -> D2D1_INTERPOLATION_MODE;
}
Required Methods§
fn SetInterpolationMode1(&self, interpolationmode: D2D1_INTERPOLATION_MODE)
fn GetInterpolationMode1(&self) -> D2D1_INTERPOLATION_MODE
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.