#[repr(C)]pub struct ILearningModelSessionOptionsNative_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetIntraOpNumThreadsOverride: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetIntraOpNumThreadsOverride: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl ILearningModelSessionOptionsNative_Vtbl
impl ILearningModelSessionOptionsNative_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ILearningModelSessionOptionsNative_Vtblwhere
Identity: ILearningModelSessionOptionsNative_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILearningModelSessionOptionsNative_Vtbl
impl RefUnwindSafe for ILearningModelSessionOptionsNative_Vtbl
impl Send for ILearningModelSessionOptionsNative_Vtbl
impl Sync for ILearningModelSessionOptionsNative_Vtbl
impl Unpin for ILearningModelSessionOptionsNative_Vtbl
impl UnwindSafe for ILearningModelSessionOptionsNative_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more