Trait IDXGIDebug1_Impl
pub trait IDXGIDebug1_Impl: IDXGIDebug_Impl {
// Required methods
fn EnableLeakTrackingForThread(&self);
fn DisableLeakTrackingForThread(&self);
fn IsLeakTrackingEnabledForThread(&self) -> BOOL;
}
Required Methods§
fn EnableLeakTrackingForThread(&self)
fn DisableLeakTrackingForThread(&self)
fn IsLeakTrackingEnabledForThread(&self) -> BOOL
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.