Struct winapi::d3d12::ID3D12DeviceChildVtbl [] [src]

pub struct ID3D12DeviceChildVtbl {
    pub parent: ID3D12ObjectVtbl,
    pub GetDevice: unsafe extern "system" fn(This: *mut ID3D12DeviceChild, riid: REFGUID, ppvDevice: *mut *mut c_void) -> HRESULT,
}

Fields

parent: ID3D12ObjectVtbl GetDevice: unsafe extern "system" fn(This: *mut ID3D12DeviceChild, riid: REFGUID, ppvDevice: *mut *mut c_void) -> HRESULT