Struct IWinMLEvaluationContext_Vtbl
#[repr(C)]pub struct IWinMLEvaluationContext_Vtbl {
pub base__: IUnknown_Vtbl,
pub BindValue: unsafe extern "system" fn(_: *mut c_void, _: *const WINML_BINDING_DESC) -> HRESULT,
pub GetValueByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut WINML_BINDING_DESC) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§BindValue: unsafe extern "system" fn(_: *mut c_void, _: *const WINML_BINDING_DESC) -> HRESULT
§GetValueByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut WINML_BINDING_DESC) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWinMLEvaluationContext_Vtbl
impl IWinMLEvaluationContext_Vtbl
pub const fn new<Identity: IWinMLEvaluationContext_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWinMLEvaluationContext_Vtbl
impl RefUnwindSafe for IWinMLEvaluationContext_Vtbl
impl Send for IWinMLEvaluationContext_Vtbl
impl Sync for IWinMLEvaluationContext_Vtbl
impl Unpin for IWinMLEvaluationContext_Vtbl
impl UnwindSafe for IWinMLEvaluationContext_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