Trait ID2D1Factory5_Impl
pub trait ID2D1Factory5_Impl: ID2D1Factory4_Impl {
// Required method
fn CreateDevice(
&self,
dxgidevice: Ref<'_, IDXGIDevice>,
) -> Result<ID2D1Device4>;
}
Required Methods§
fn CreateDevice(&self, dxgidevice: Ref<'_, IDXGIDevice>) -> Result<ID2D1Device4>
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.