Trait ITensorStaticsNative_Impl
pub trait ITensorStaticsNative_Impl: IUnknownImpl {
// Required method
fn CreateFromD3D12Resource(
&self,
value: Ref<'_, ID3D12Resource>,
shape: *mut i64,
shapecount: i32,
result: OutRef<'_, IUnknown>,
) -> Result<()>;
}
Required Methods§
fn CreateFromD3D12Resource( &self, value: Ref<'_, ID3D12Resource>, shape: *mut i64, shapecount: i32, result: OutRef<'_, IUnknown>, ) -> Result<()>
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.