windows::Win32::Graphics::Direct3D12

Trait ID3D12DeviceRemovedExtendedDataSettings_Impl

pub trait ID3D12DeviceRemovedExtendedDataSettings_Impl: IUnknownImpl {
    // Required methods
    fn SetAutoBreadcrumbsEnablement(&self, enablement: D3D12_DRED_ENABLEMENT);
    fn SetPageFaultEnablement(&self, enablement: D3D12_DRED_ENABLEMENT);
    fn SetWatsonDumpEnablement(&self, enablement: D3D12_DRED_ENABLEMENT);
}

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§