pub trait ID3D12CommandAllocator_Impl: Sized + ID3D12Pageable_Impl {
    // Required method
    fn Reset(&self) -> Result<()>;
}

Required Methods§

fn Reset(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§