Trait ID3D12CommandAllocator_Impl
pub trait ID3D12CommandAllocator_Impl: ID3D12Pageable_Impl {
// Required method
fn Reset(&self) -> Result<()>;
}
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.