Trait ID3D12LibraryReflection_Impl
pub trait ID3D12LibraryReflection_Impl: IUnknownImpl {
// 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>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.