pub trait ID3D11LibraryReflection_Impl: Sized {
// Required methods
fn GetDesc(&self) -> Result<D3D11_LIBRARY_DESC>;
fn GetFunctionByIndex(
&self,
functionindex: i32,
) -> Option<ID3D11FunctionReflection>;
}
Required Methods§
fn GetDesc(&self) -> Result<D3D11_LIBRARY_DESC>
fn GetFunctionByIndex( &self, functionindex: i32, ) -> Option<ID3D11FunctionReflection>
Object Safety§
This trait is not object safe.