windows::Win32::Graphics::Dxgi

Trait IDXGIDebug1_Impl

pub trait IDXGIDebug1_Impl: IDXGIDebug_Impl {
    // Required methods
    fn EnableLeakTrackingForThread(&self);
    fn DisableLeakTrackingForThread(&self);
    fn IsLeakTrackingEnabledForThread(&self) -> BOOL;
}

Required Methods§

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.

Implementors§