Struct IConversationalAgentSession2_Vtbl
#[repr(C)]pub struct IConversationalAgentSession2_Vtbl {
pub base__: IInspectable_Vtbl,
pub RequestActivationAsync: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentActivationKind, _: *mut *mut c_void) -> HRESULT,
pub RequestActivation: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentActivationKind, _: *mut ConversationalAgentActivationResult) -> HRESULT,
pub SetSupportLockScreenActivationAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT,
pub SetSupportLockScreenActivation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub GetMissingPrerequisites: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetMissingPrerequisitesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§RequestActivationAsync: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentActivationKind, _: *mut *mut c_void) -> HRESULT§RequestActivation: unsafe extern "system" fn(_: *mut c_void, _: ConversationalAgentActivationKind, _: *mut ConversationalAgentActivationResult) -> HRESULT§SetSupportLockScreenActivationAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT§SetSupportLockScreenActivation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§GetMissingPrerequisites: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetMissingPrerequisitesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IConversationalAgentSession2_Vtbl
impl RefUnwindSafe for IConversationalAgentSession2_Vtbl
impl Send for IConversationalAgentSession2_Vtbl
impl Sync for IConversationalAgentSession2_Vtbl
impl Unpin for IConversationalAgentSession2_Vtbl
impl UnwindSafe for IConversationalAgentSession2_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