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