Struct ISearchJob_Vtbl
#[repr(C)]pub struct ISearchJob_Vtbl {
pub base__: IDispatch_Vtbl,
pub AsyncState: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub IsCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub CleanUp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RequestAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AsyncState: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§IsCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§CleanUp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RequestAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISearchJob_Vtbl
impl ISearchJob_Vtbl
pub const fn new<Identity: ISearchJob_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISearchJob_Vtbl
impl RefUnwindSafe for ISearchJob_Vtbl
impl Send for ISearchJob_Vtbl
impl Sync for ISearchJob_Vtbl
impl Unpin for ISearchJob_Vtbl
impl UnwindSafe for ISearchJob_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