Struct windows::Win32::System::Search::IRowsetAsynch_Vtbl
#[repr(C)]pub struct IRowsetAsynch_Vtbl {
pub base__: IUnknown_Vtbl,
pub RatioFinished: unsafe extern "system" fn(_: *mut c_void, _: *mut usize, _: *mut usize, _: *mut usize, _: *mut BOOL) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§RatioFinished: unsafe extern "system" fn(_: *mut c_void, _: *mut usize, _: *mut usize, _: *mut usize, _: *mut BOOL) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IRowsetAsynch_Vtbl
impl IRowsetAsynch_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRowsetAsynch_Vtblwhere
Identity: IRowsetAsynch_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetAsynch_Vtbl
impl RefUnwindSafe for IRowsetAsynch_Vtbl
impl Send for IRowsetAsynch_Vtbl
impl Sync for IRowsetAsynch_Vtbl
impl Unpin for IRowsetAsynch_Vtbl
impl UnwindSafe for IRowsetAsynch_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