Struct winapi::d3d12::ID3D12CommandList [] [src]

pub struct ID3D12CommandList {
    pub lpVtbl: *const ID3D12CommandListVtbl,
}

Fields

lpVtbl: *const ID3D12CommandListVtbl

Methods

impl ID3D12CommandList
[src]

unsafe fn GetType(&mut self) -> D3D12_COMMAND_LIST_TYPE

Methods from Deref<Target=ID3D12DeviceChild>

unsafe fn GetDevice(&mut self, riid: REFGUID, ppvDevice: *mut *mut c_void) -> HRESULT

Trait Implementations

impl Debug for ID3D12CommandList
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ID3D12CommandList
[src]

type Target = ID3D12DeviceChild

The resulting type after dereferencing

fn deref(&self) -> &ID3D12DeviceChild

The method called to dereference a value

impl DerefMut for ID3D12CommandList
[src]

fn deref_mut(&mut self) -> &mut ID3D12DeviceChild

The method called to mutably dereference a value