Struct ISpPhraseBuilder_Vtbl
#[repr(C)]pub struct ISpPhraseBuilder_Vtbl {
pub base__: ISpPhrase_Vtbl,
pub InitFromPhrase: unsafe extern "system" fn(_: *mut c_void, _: *const SPPHRASE) -> HRESULT,
pub InitFromSerializedPhrase: unsafe extern "system" fn(_: *mut c_void, _: *const SPSERIALIZEDPHRASE) -> HRESULT,
pub AddElements: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const SPPHRASEELEMENT) -> HRESULT,
pub AddRules: unsafe extern "system" fn(_: *mut c_void, _: SPPHRASERULEHANDLE, _: *const SPPHRASERULE, _: *mut SPPHRASERULEHANDLE) -> HRESULT,
pub AddProperties: unsafe extern "system" fn(_: *mut c_void, _: SPPHRASEPROPERTYHANDLE, _: *const SPPHRASEPROPERTY, _: *mut SPPHRASEPROPERTYHANDLE) -> HRESULT,
pub AddReplacements: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const SPPHRASEREPLACEMENT) -> HRESULT,
}
Fields§
§base__: ISpPhrase_Vtbl
§InitFromPhrase: unsafe extern "system" fn(_: *mut c_void, _: *const SPPHRASE) -> HRESULT
§InitFromSerializedPhrase: unsafe extern "system" fn(_: *mut c_void, _: *const SPSERIALIZEDPHRASE) -> HRESULT
§AddElements: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const SPPHRASEELEMENT) -> HRESULT
§AddRules: unsafe extern "system" fn(_: *mut c_void, _: SPPHRASERULEHANDLE, _: *const SPPHRASERULE, _: *mut SPPHRASERULEHANDLE) -> HRESULT
§AddProperties: unsafe extern "system" fn(_: *mut c_void, _: SPPHRASEPROPERTYHANDLE, _: *const SPPHRASEPROPERTY, _: *mut SPPHRASEPROPERTYHANDLE) -> HRESULT
§AddReplacements: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const SPPHRASEREPLACEMENT) -> HRESULT
Implementations§
§impl ISpPhraseBuilder_Vtbl
impl ISpPhraseBuilder_Vtbl
pub const fn new<Identity: ISpPhraseBuilder_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpPhraseBuilder_Vtbl
impl RefUnwindSafe for ISpPhraseBuilder_Vtbl
impl Send for ISpPhraseBuilder_Vtbl
impl Sync for ISpPhraseBuilder_Vtbl
impl Unpin for ISpPhraseBuilder_Vtbl
impl UnwindSafe for ISpPhraseBuilder_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