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