Trait ID2D1SolidColorBrush_Impl
pub trait ID2D1SolidColorBrush_Impl: ID2D1Brush_Impl {
// Required methods
fn SetColor(&self, color: *const D2D1_COLOR_F);
fn GetColor(&self) -> D2D1_COLOR_F;
}
Required Methods§
fn SetColor(&self, color: *const D2D1_COLOR_F)
fn GetColor(&self) -> D2D1_COLOR_F
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.