Trait ID2D1RoundedRectangleGeometry_Impl
pub trait ID2D1RoundedRectangleGeometry_Impl: ID2D1Geometry_Impl {
// Required method
fn GetRoundedRect(&self, roundedrect: *mut D2D1_ROUNDED_RECT);
}
Required Methods§
fn GetRoundedRect(&self, roundedrect: *mut D2D1_ROUNDED_RECT)
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.