Trait windows::Win32::System::WinRT::ML::ITensorStaticsNative_Impl

pub trait ITensorStaticsNative_Impl: Sized {
    // Required method
    fn CreateFromD3D12Resource(
        &self,
        value: Option<&ID3D12Resource>,
        shape: *mut i64,
        shapecount: i32,
        result: *mut Option<IUnknown>
    ) -> Result<()>;
}

Required Methods§

fn CreateFromD3D12Resource( &self, value: Option<&ID3D12Resource>, shape: *mut i64, shapecount: i32, result: *mut Option<IUnknown> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§