#[repr(C)]pub struct IConversationalAgentDetectorManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetAllActivationSignalDetectors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAllActivationSignalDetectorsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetActivationSignalDetectors: unsafe extern "system" fn(_: *mut c_void, _: ActivationSignalDetectorKind, _: *mut *mut c_void) -> HRESULT,
pub GetActivationSignalDetectorsAsync: unsafe extern "system" fn(_: *mut c_void, _: ActivationSignalDetectorKind, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetAllActivationSignalDetectors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetAllActivationSignalDetectorsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetActivationSignalDetectors: unsafe extern "system" fn(_: *mut c_void, _: ActivationSignalDetectorKind, _: *mut *mut c_void) -> HRESULT
§GetActivationSignalDetectorsAsync: unsafe extern "system" fn(_: *mut c_void, _: ActivationSignalDetectorKind, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IConversationalAgentDetectorManager_Vtbl
impl RefUnwindSafe for IConversationalAgentDetectorManager_Vtbl
impl Send for IConversationalAgentDetectorManager_Vtbl
impl Sync for IConversationalAgentDetectorManager_Vtbl
impl Unpin for IConversationalAgentDetectorManager_Vtbl
impl UnwindSafe for IConversationalAgentDetectorManager_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