Trait IGeometrySource2DInterop_Impl
pub trait IGeometrySource2DInterop_Impl: IUnknownImpl {
// Required methods
fn GetGeometry(&self) -> Result<ID2D1Geometry>;
fn TryGetGeometryUsingFactory(
&self,
factory: Ref<'_, ID2D1Factory>,
) -> Result<ID2D1Geometry>;
}
Required Methods§
fn GetGeometry(&self) -> Result<ID2D1Geometry>
fn TryGetGeometryUsingFactory( &self, factory: Ref<'_, ID2D1Factory>, ) -> Result<ID2D1Geometry>
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.