pub trait ILearningModelSessionOptionsNative1_Impl: Sized {
    // Required method
    fn SetIntraOpThreadSpinning(&self, allowspinning: u8) -> Result<()>;
}

Required Methods§

fn SetIntraOpThreadSpinning(&self, allowspinning: u8) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§