Struct windows::Win32::System::Search::IStemmer_Vtbl
#[repr(C)]pub struct IStemmer_Vtbl {
pub base__: IUnknown_Vtbl,
pub Init: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT,
pub GenerateWordForms: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut c_void) -> HRESULT,
pub GetLicenseToUse: unsafe extern "system" fn(_: *mut c_void, _: *const *const u16) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Init: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT
§GenerateWordForms: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut c_void) -> HRESULT
§GetLicenseToUse: unsafe extern "system" fn(_: *mut c_void, _: *const *const u16) -> HRESULT
Implementations§
§impl IStemmer_Vtbl
impl IStemmer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStemmer_Vtblwhere
Identity: IStemmer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStemmer_Vtbl
impl RefUnwindSafe for IStemmer_Vtbl
impl Send for IStemmer_Vtbl
impl Sync for IStemmer_Vtbl
impl Unpin for IStemmer_Vtbl
impl UnwindSafe for IStemmer_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