Struct ISearchCrawlScopeManager2_Vtbl
#[repr(C)]pub struct ISearchCrawlScopeManager2_Vtbl {
pub base__: ISearchCrawlScopeManager_Vtbl,
pub GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut i32, _: *mut HANDLE) -> HRESULT,
}
Fields§
§base__: ISearchCrawlScopeManager_Vtbl
§GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut i32, _: *mut HANDLE) -> HRESULT
Implementations§
§impl ISearchCrawlScopeManager2_Vtbl
impl ISearchCrawlScopeManager2_Vtbl
pub const fn new<Identity: ISearchCrawlScopeManager2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISearchCrawlScopeManager2_Vtbl
impl RefUnwindSafe for ISearchCrawlScopeManager2_Vtbl
impl Send for ISearchCrawlScopeManager2_Vtbl
impl Sync for ISearchCrawlScopeManager2_Vtbl
impl Unpin for ISearchCrawlScopeManager2_Vtbl
impl UnwindSafe for ISearchCrawlScopeManager2_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