Trait ID2D1RectangleGeometry_Impl
pub trait ID2D1RectangleGeometry_Impl: ID2D1Geometry_Impl {
// Required method
fn GetRect(&self, rect: *mut D2D_RECT_F);
}
Required Methods§
fn GetRect(&self, rect: *mut D2D_RECT_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.