#[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 EventRegistrationToken) -> HRESULT, pub RemoveSessionInterrupted: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub SignalDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveSignalDetected: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub SystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveSystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> 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 EventRegistrationToken) -> HRESULT§RemoveSessionInterrupted: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§SignalDetected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveSignalDetected: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§SystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveSystemStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 MaybeUninit<HSTRING>) -> HRESULT§GetAudioRenderDeviceIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAudioRenderDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> 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) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.