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