Trait ID3D12Debug4_Impl
pub trait ID3D12Debug4_Impl: ID3D12Debug3_Impl {
// Required method
fn DisableDebugLayer(&self);
}
Required Methods§
fn DisableDebugLayer(&self)
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.