Struct IRowsetChange_Vtbl
#[repr(C)]pub struct IRowsetChange_Vtbl {
pub base__: IUnknown_Vtbl,
pub DeleteRows: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const usize, _: *mut u32) -> HRESULT,
pub SetData: unsafe extern "system" fn(_: *mut c_void, _: usize, _: HACCESSOR, _: *const c_void) -> HRESULT,
pub InsertRow: unsafe extern "system" fn(_: *mut c_void, _: usize, _: HACCESSOR, _: *const c_void, _: *mut usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DeleteRows: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const usize, _: *mut u32) -> HRESULT
§SetData: unsafe extern "system" fn(_: *mut c_void, _: usize, _: HACCESSOR, _: *const c_void) -> HRESULT
§InsertRow: unsafe extern "system" fn(_: *mut c_void, _: usize, _: HACCESSOR, _: *const c_void, _: *mut usize) -> HRESULT
Implementations§
§impl IRowsetChange_Vtbl
impl IRowsetChange_Vtbl
pub const fn new<Identity: IRowsetChange_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetChange_Vtbl
impl RefUnwindSafe for IRowsetChange_Vtbl
impl Send for IRowsetChange_Vtbl
impl Sync for IRowsetChange_Vtbl
impl Unpin for IRowsetChange_Vtbl
impl UnwindSafe for IRowsetChange_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