Trait IDXGIFactory3_Impl
pub trait IDXGIFactory3_Impl: IDXGIFactory2_Impl {
// Required method
fn GetCreationFlags(&self) -> DXGI_CREATE_FACTORY_FLAGS;
}
Required Methods§
fn GetCreationFlags(&self) -> DXGI_CREATE_FACTORY_FLAGS
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.