Trait windows::Win32::Graphics::Dxgi::IDXGIDebug1_Impl

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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§