Struct IConversationalAgentSession_Vtbl
#[repr(C)]pub struct IConversationalAgentSession_Vtbl {Show 35 fields
pub base__: IInspectable_Vtbl,
pub SessionInterrupted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSessionInterrupted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SignalDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSignalDetected: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub AgentState: unsafe extern "system" fn(_: *mut c_void, _: *mut ConversationalAgentState) -> HRESULT,
pub Signal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsIndicatorLightAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsScreenAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsUserAuthenticated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsVoiceActivationAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsInterruptible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsInterrupted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub RequestInterruptibleAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT,
pub RequestInterruptible: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut ConversationalAgentSessionUpdateResponse) -> HRESULT,
pub RequestAgentStateChangeAsync: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentState, _: *mut *mut c_void) -> HRESULT,
pub RequestAgentStateChange: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentState, _: *mut ConversationalAgentSessionUpdateResponse) -> HRESULT,
pub RequestForegroundActivationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestForegroundActivation: unsafe extern "system" fn(_: *mut c_void, _: *mut ConversationalAgentSessionUpdateResponse) -> HRESULT,
pub GetAudioClientAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAudioClient: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateAudioDeviceInputNodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateAudioDeviceInputNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAudioCaptureDeviceIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAudioCaptureDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAudioRenderDeviceIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAudioRenderDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSignalModelIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSignalModelId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetSignalModelIdAsync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub SetSignalModelId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut bool) -> HRESULT,
pub GetSupportedSignalModelIdsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSupportedSignalModelIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SessionInterrupted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSessionInterrupted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§SignalDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSignalDetected: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§SystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§AgentState: unsafe extern "system" fn(_: *mut c_void, _: *mut ConversationalAgentState) -> HRESULT§Signal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsIndicatorLightAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsScreenAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsUserAuthenticated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsVoiceActivationAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsInterruptible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsInterrupted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§RequestInterruptibleAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT§RequestInterruptible: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut ConversationalAgentSessionUpdateResponse) -> HRESULT§RequestAgentStateChangeAsync: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentState, _: *mut *mut c_void) -> HRESULT§RequestAgentStateChange: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentState, _: *mut ConversationalAgentSessionUpdateResponse) -> HRESULT§RequestForegroundActivationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RequestForegroundActivation: unsafe extern "system" fn(_: *mut c_void, _: *mut ConversationalAgentSessionUpdateResponse) -> HRESULT§GetAudioClientAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAudioClient: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateAudioDeviceInputNodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateAudioDeviceInputNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAudioCaptureDeviceIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAudioCaptureDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAudioRenderDeviceIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAudioRenderDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSignalModelIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSignalModelId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetSignalModelIdAsync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§SetSignalModelId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut bool) -> HRESULT§GetSupportedSignalModelIdsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSupportedSignalModelIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IConversationalAgentSession_Vtbl
impl RefUnwindSafe for IConversationalAgentSession_Vtbl
impl Send for IConversationalAgentSession_Vtbl
impl Sync for IConversationalAgentSession_Vtbl
impl Unpin for IConversationalAgentSession_Vtbl
impl UnwindSafe for IConversationalAgentSession_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