Struct windows::Win32::System::Search::ISearchCatalogManager2_Vtbl
#[repr(C)]pub struct ISearchCatalogManager2_Vtbl {
pub base__: ISearchCatalogManager_Vtbl,
pub PrioritizeMatchingURLs: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PRIORITIZE_FLAGS) -> HRESULT,
}
Fields§
§base__: ISearchCatalogManager_Vtbl
§PrioritizeMatchingURLs: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PRIORITIZE_FLAGS) -> HRESULT
Implementations§
§impl ISearchCatalogManager2_Vtbl
impl ISearchCatalogManager2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISearchCatalogManager2_Vtblwhere
Identity: ISearchCatalogManager2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISearchCatalogManager2_Vtbl
impl RefUnwindSafe for ISearchCatalogManager2_Vtbl
impl Send for ISearchCatalogManager2_Vtbl
impl Sync for ISearchCatalogManager2_Vtbl
impl Unpin for ISearchCatalogManager2_Vtbl
impl UnwindSafe for ISearchCatalogManager2_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