windows::Win32::System::WinRT::ML

Trait ILearningModelDeviceFactoryNative_Impl

pub trait ILearningModelDeviceFactoryNative_Impl: IUnknownImpl {
    // Required method
    fn CreateFromD3D12CommandQueue(
        &self,
        value: Ref<'_, ID3D12CommandQueue>,
    ) -> Result<IUnknown>;
}

Required Methods§

fn CreateFromD3D12CommandQueue( &self, value: Ref<'_, ID3D12CommandQueue>, ) -> Result<IUnknown>

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.

Implementors§