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