Struct ISpSRAlternates2_Vtbl
#[repr(C)]pub struct ISpSRAlternates2_Vtbl {
pub base__: ISpSRAlternates_Vtbl,
pub CommitText: unsafe extern "system" fn(_: *mut c_void, _: *const SPPHRASEALTREQUEST, _: PCWSTR, _: SPCOMMITFLAGS) -> HRESULT,
}
Fields§
§base__: ISpSRAlternates_Vtbl
§CommitText: unsafe extern "system" fn(_: *mut c_void, _: *const SPPHRASEALTREQUEST, _: PCWSTR, _: SPCOMMITFLAGS) -> HRESULT
Implementations§
§impl ISpSRAlternates2_Vtbl
impl ISpSRAlternates2_Vtbl
pub const fn new<Identity: ISpSRAlternates2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpSRAlternates2_Vtbl
impl RefUnwindSafe for ISpSRAlternates2_Vtbl
impl Send for ISpSRAlternates2_Vtbl
impl Sync for ISpSRAlternates2_Vtbl
impl Unpin for ISpSRAlternates2_Vtbl
impl UnwindSafe for ISpSRAlternates2_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