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