Struct ISpeechPhraseProperty_Vtbl
#[repr(C)]pub struct ISpeechPhraseProperty_Vtbl {
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub FirstElement: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub NumberOfElements: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub EngineConfidence: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Confidence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechEngineConfidence) -> HRESULT,
pub Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Children: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§FirstElement: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§NumberOfElements: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§EngineConfidence: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§Confidence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechEngineConfidence) -> HRESULT
§Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Children: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISpeechPhraseProperty_Vtbl
impl ISpeechPhraseProperty_Vtbl
pub const fn new<Identity: ISpeechPhraseProperty_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechPhraseProperty_Vtbl
impl RefUnwindSafe for ISpeechPhraseProperty_Vtbl
impl Send for ISpeechPhraseProperty_Vtbl
impl Sync for ISpeechPhraseProperty_Vtbl
impl Unpin for ISpeechPhraseProperty_Vtbl
impl UnwindSafe for ISpeechPhraseProperty_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