windows::Win32::Graphics::Direct3D12

Trait ID3D12GraphicsCommandList3_Impl

pub trait ID3D12GraphicsCommandList3_Impl: ID3D12GraphicsCommandList2_Impl {
    // Required method
    fn SetProtectedResourceSession(
        &self,
        pprotectedresourcesession: Ref<'_, ID3D12ProtectedResourceSession>,
    );
}

Required Methods§

fn SetProtectedResourceSession( &self, pprotectedresourcesession: Ref<'_, ID3D12ProtectedResourceSession>, )

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§