Struct d3d11_win::shader::interfaces::ID3D11LibraryReflectionVtbl [] [src]

pub struct ID3D11LibraryReflectionVtbl {
    pub parent: IUnknownVtbl,
    pub GetDesc: Option<unsafe  extern "system" fn(This: *mut ID3D11LibraryReflection, desc: *mut D3D11_LIBRARY_DESC) -> HRESULT>,
    pub GetFunctionByIndex: Option<unsafe  extern "system" fn(This: *mut ID3D11LibraryReflection, function_index: INT) -> *mut ID3D11FunctionReflection>,
}

Fields

parent
GetDesc
GetFunctionByIndex