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