Trait ID3D12VideoEncodeCommandList3_Impl
pub trait ID3D12VideoEncodeCommandList3_Impl: ID3D12VideoEncodeCommandList2_Impl {
// Required method
fn Barrier(
&self,
numbarriergroups: u32,
pbarriergroups: *const D3D12_BARRIER_GROUP,
);
}
Required Methods§
fn Barrier( &self, numbarriergroups: u32, pbarriergroups: *const D3D12_BARRIER_GROUP, )
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.