Trait windows::Win32::Graphics::Direct3D12::ID3D12CommandList_Impl
pub trait ID3D12CommandList_Impl: Sized + ID3D12DeviceChild_Impl {
// Required method
fn GetType(&self) -> D3D12_COMMAND_LIST_TYPE;
}
Required Methods§
fn GetType(&self) -> D3D12_COMMAND_LIST_TYPE
Object Safety§
This trait is not object safe.