Struct windows::ApplicationModel::ConversationalAgent::IActivationSignalDetectionConfiguration2_Vtbl
#[repr(C)]pub struct IActivationSignalDetectionConfiguration2_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetModelDataWithResult: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut ActivationSignalDetectionConfigurationSetModelDataResult) -> HRESULT,
pub SetModelDataWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetEnabledWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT,
pub SetEnabledWithResult: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut ActivationSignalDetectionConfigurationStateChangeResult) -> HRESULT,
pub TrainingStepCompletionMaxAllowedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetModelDataWithResult: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut ActivationSignalDetectionConfigurationSetModelDataResult) -> HRESULT
§SetModelDataWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetEnabledWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT
§SetEnabledWithResult: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut ActivationSignalDetectionConfigurationStateChangeResult) -> HRESULT
§TrainingStepCompletionMaxAllowedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IActivationSignalDetectionConfiguration2_Vtbl
impl RefUnwindSafe for IActivationSignalDetectionConfiguration2_Vtbl
impl Send for IActivationSignalDetectionConfiguration2_Vtbl
impl Sync for IActivationSignalDetectionConfiguration2_Vtbl
impl Unpin for IActivationSignalDetectionConfiguration2_Vtbl
impl UnwindSafe for IActivationSignalDetectionConfiguration2_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