Struct winapi::d3d9::IDirect3DVertexDeclaration9Vtbl [] [src]

pub struct IDirect3DVertexDeclaration9Vtbl {
    pub parent: IUnknownVtbl,
    pub GetDevice: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT,
    pub GetDeclaration: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, pElement: *mut D3DVERTEXELEMENT9, pNumElements: *mut UINT) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetDevice: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT GetDeclaration: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, pElement: *mut D3DVERTEXELEMENT9, pNumElements: *mut UINT) -> HRESULT