#[repr(C)]pub struct IVoiceCommandResponseStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub MaxSupportedVoiceCommandContentTiles: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub CreateResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateResponseWithTiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateResponseForPrompt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateResponseForPromptWithTiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MaxSupportedVoiceCommandContentTiles: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§CreateResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateResponseWithTiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateResponseForPrompt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateResponseForPromptWithTiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVoiceCommandResponseStatics_Vtbl
impl RefUnwindSafe for IVoiceCommandResponseStatics_Vtbl
impl Send for IVoiceCommandResponseStatics_Vtbl
impl Sync for IVoiceCommandResponseStatics_Vtbl
impl Unpin for IVoiceCommandResponseStatics_Vtbl
impl UnwindSafe for IVoiceCommandResponseStatics_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