Trait IDXGIDebug_Impl
pub trait IDXGIDebug_Impl: IUnknownImpl {
// Required method
fn ReportLiveObjects(
&self,
apiid: &GUID,
flags: DXGI_DEBUG_RLO_FLAGS,
) -> Result<()>;
}
Required Methods§
fn ReportLiveObjects( &self, apiid: &GUID, flags: DXGI_DEBUG_RLO_FLAGS, ) -> Result<()>
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.