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