pub trait ID3D12CommandList_Impl: Sized + ID3D12DeviceChild_Impl {
    // Required method
    fn GetType(&self) -> D3D12_COMMAND_LIST_TYPE;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§