windows::Win32::AI::MachineLearning::WinML

Trait IWinMLEvaluationContext_Impl

pub trait IWinMLEvaluationContext_Impl: IUnknownImpl {
    // Required methods
    fn BindValue(&self, pdescriptor: *const WINML_BINDING_DESC) -> Result<()>;
    fn GetValueByName(&self, name: &PCWSTR) -> Result<*mut WINML_BINDING_DESC>;
    fn Clear(&self) -> Result<()>;
}

Required Methods§

fn BindValue(&self, pdescriptor: *const WINML_BINDING_DESC) -> Result<()>

fn GetValueByName(&self, name: &PCWSTR) -> Result<*mut WINML_BINDING_DESC>

fn Clear(&self) -> 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.

Implementors§